#8A2EC9

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

Shades of Dark Orchid #8A2EC9

Tints of Dark Orchid #8A2EC9

Color information

#8A2EC9 (or 0x8A2EC9) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2E and C9. RGB value is (138,46,201). Sum of RGB (Red+Green+Blue) = 138+46+201=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A2EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2EC9 is #75D136. Grayscale: #5A5A5A. Windows color (decimal): -7721271 or 13184650. OLE color: 13184650.

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

Color convert

RGB13846201-
CMYK0.310.7700.21
HSL275.61º62.75%48.43%-
HSV(B)275.61º77.11%78.82%-
XYZ2211.5756.33-
YUV91.18189.98161.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 201 (78.91% from 255) = 52.21%
R=35.84%
G=11.95%
B=52.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138462010.310.7700.21275.6162.7548.43
Hex8A2EC91F4D0151143f30
Octal21256311371150254247760
Binary1000101010111011001001111111001101010101100010100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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