#8E1966

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

Shades of Dark Purple #8E1966

Tints of Dark Purple #8E1966

Color information

#8E1966 (or 0x8E1966) is unknown color: approx Dark Purple. HEX triplet: 8E, 19 and 66. RGB value is (142,25,102). Sum of RGB (Red+Green+Blue) = 142+25+102=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1966 is #71E699. Grayscale: #444444. Windows color (decimal): -7464602 or 6691214. OLE color: 6691214.

HSL color Cylindrical-coordinate representation of color #8E1966: hue angle of 320.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1966 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14225102-
CMYK00.820.280.44
HSL320.51º70.06%32.75%-
HSV(B)320.51º82.39%55.69%-
XYZ13.97.4113.27-
YUV68.76146.76180.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=52.79%
G=9.29%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422510200.820.280.44320.5170.0632.75
Hex8E19660521C2C1414621
Octal216311460122345450110641
Binary1000111011001110011001010010111001011001010000011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,102); }

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

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

 a { background-color: rgb(142,25,102); }

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

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

 span { border-color: rgb(142,25,102); }

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