#8E3087

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

Shades of Dark Purple #8E3087

Tints of Dark Purple #8E3087

Color information

#8E3087 (or 0x8E3087) is unknown color: approx Dark Purple. HEX triplet: 8E, 30 and 87. RGB value is (142,48,135). Sum of RGB (Red+Green+Blue) = 142+48+135=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3087 is #71CF78. Grayscale: #555555. Windows color (decimal): -7458681 or 8859790. OLE color: 8859790.

HSL color Cylindrical-coordinate representation of color #8E3087: hue angle of 304.47º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3087 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14248135-
CMYK00.660.050.44
HSL304.47º49.47%37.25%-
HSV(B)304.47º66.2%55.69%-
XYZ16.599.6123.9-
YUV86.02155.64167.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=43.69%
G=14.77%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424813500.660.050.44304.4749.4737.25
Hex8E308704252C1303125
Octal2166020701025544606145
Binary100011101100001000011101000010101101100100110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,135); }

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

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

 a { background-color: rgb(142,48,135); }

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

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

 span { border-color: rgb(142,48,135); }

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