#8E1A66

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

Shades of Dark Purple #8E1A66

Tints of Dark Purple #8E1A66

Color information

#8E1A66 (or 0x8E1A66) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 66. RGB value is (142,26,102). Sum of RGB (Red+Green+Blue) = 142+26+102=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A66 is #71E599. Grayscale: #454545. Windows color (decimal): -7464346 or 6691470. OLE color: 6691470.

HSL color Cylindrical-coordinate representation of color #8E1A66: hue angle of 320.69º degrees, saturation: 0.69, 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 #8E1A66 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14226102-
CMYK00.820.280.44
HSL320.69º69.05%32.94%-
HSV(B)320.69º81.69%55.69%-
XYZ13.927.4513.27-
YUV69.35146.43179.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=52.59%
G=9.63%
B=37.78%

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
Decimal1422610200.820.280.44320.6969.0532.94
Hex8E1A660521C2C1414521
Octal216321460122345450110541
Binary1000111011010110011001010010111001011001010000011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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