#8E1588

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

Shades of Dark Purple #8E1588

Tints of Dark Purple #8E1588

Color information

#8E1588 (or 0x8E1588) is unknown color: approx Dark Purple. HEX triplet: 8E, 15 and 88. RGB value is (142,21,136). Sum of RGB (Red+Green+Blue) = 142+21+136=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1588 is #71EA77. Grayscale: #454545. Windows color (decimal): -7465592 or 8918414. OLE color: 8918414.

HSL color Cylindrical-coordinate representation of color #8E1588: hue angle of 302.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1588 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14221136-
CMYK00.850.040.44
HSL302.98º74.23%31.96%-
HSV(B)302.98º85.21%55.69%-
XYZ15.878.0624.01-
YUV70.29165.09179.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=47.49%
G=7.02%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422113600.850.040.44302.9874.2331.96
Hex8E158805542C12f4a20
Octal21625210012545445711240
Binary100011101010110001000010101011001011001001011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,136); }

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

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

 a { background-color: rgb(142,21,136); }

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

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

 span { border-color: rgb(142,21,136); }

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