#8E3287

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

Shades of Dark Purple #8E3287

Tints of Dark Purple #8E3287

Color information

#8E3287 (or 0x8E3287) is unknown color: approx Dark Purple. HEX triplet: 8E, 32 and 87. RGB value is (142,50,135). Sum of RGB (Red+Green+Blue) = 142+50+135=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3287 is #71CD78. Grayscale: #565656. Windows color (decimal): -7458169 or 8860302. OLE color: 8860302.

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

Color convert

RGB14250135-
CMYK00.650.050.44
HSL304.57º47.92%37.65%-
HSV(B)304.57º64.79%55.69%-
XYZ16.679.7823.93-
YUV87.2154.98167.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=43.43%
G=15.29%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425013500.650.050.44304.5747.9237.65
Hex8E328704152C1313026
Octal2166220701015544616046
Binary100011101100101000011101000001101101100100110001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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