#8A3DD1

Color #8A3DD1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8A3DD1

Tints of Dark Orchid #8A3DD1

Color information

#8A3DD1 (or 0x8A3DD1) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3D and D1. RGB value is (138,61,209). Sum of RGB (Red+Green+Blue) = 138+61+209=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A3DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DD1 is #75C22E. Grayscale: #646464. Windows color (decimal): -7717423 or 13712778. OLE color: 13712778.

HSL color Cylindrical-coordinate representation of color #8A3DD1: hue angle of 271.22º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3DD1 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13861209-
CMYK0.340.7100.18
HSL271.22º61.67%52.94%-
HSV(B)271.22º70.81%81.96%-
XYZ23.6613.3461.65-
YUV100.89189.01154.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=33.82%
G=14.95%
B=51.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138612090.340.7100.18271.2261.6752.94
Hex8A3DD1224701210f3e35
Octal21275321421070224177665
Binary10001010111101110100011000101000111010010100001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3DD1; }

 p { color: rgb(138,61,209); }

 H1.HeaderClassName
 {
   color: #8A3DD1;
 }
 .AnyTagClassName
 {
   color: #8A3DD1;
 }
</style>
background-color css

<style>
 a { background-color: #8A3DD1; }

 a { background-color: rgb(138,61,209); }

 div.DivClassName
 {
   background-color: #8A3DD1;
 }
 .BgClassName
 {
   background-color: #8A3DD1;
 }
</style>
border-color css

<style>
 span { border-color: #8A3DD1; }

 span { border-color: rgb(138,61,209); }

 td.TdClassName
 {
   border-color: #8A3DD1;
 }
 .TagClassName
 {
   border-color: #8A3DD1;
 }
</style>