#8E1967

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

Shades of Dark Purple #8E1967

Tints of Dark Purple #8E1967

Color information

#8E1967 (or 0x8E1967) is unknown color: approx Dark Purple. HEX triplet: 8E, 19 and 67. RGB value is (142,25,103). Sum of RGB (Red+Green+Blue) = 142+25+103=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1967 is #71E698. Grayscale: #444444. Windows color (decimal): -7464601 or 6756750. OLE color: 6756750.

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

Color convert

RGB14225103-
CMYK00.820.270.44
HSL320º70.06%32.75%-
HSV(B)320º82.39%55.69%-
XYZ13.957.4313.53-
YUV68.88147.26180.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=52.59%
G=9.26%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422510300.820.270.4432070.0632.75
Hex8E19670521B2C1404621
Octal216311470122335450010641
Binary1000111011001110011101010010110111011001010000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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