#8A2AC9

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

Shades of Dark Orchid #8A2AC9

Tints of Dark Orchid #8A2AC9

Color information

#8A2AC9 (or 0x8A2AC9) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2A and C9. RGB value is (138,42,201). Sum of RGB (Red+Green+Blue) = 138+42+201=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A2AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2AC9 is #75D536. Grayscale: #585858. Windows color (decimal): -7722295 or 13183626. OLE color: 13183626.

HSL color Cylindrical-coordinate representation of color #8A2AC9: hue angle of 276.23º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2AC9 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13842201-
CMYK0.310.7900.21
HSL276.23º65.43%47.65%-
HSV(B)276.23º79.1%78.82%-
XYZ21.8511.2856.28-
YUV88.83191.3163.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=36.22%
G=11.02%
B=52.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138422010.310.7900.21276.2365.4347.65
Hex8A2AC91F4F0151144130
Octal212523113711702542410160
Binary10001010101010110010011111110011110101011000101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,42,201); }

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

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

 a { background-color: rgb(138,42,201); }

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

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

 span { border-color: rgb(138,42,201); }

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