#8E1D8A

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

Shades of Dark Purple #8E1D8A

Tints of Dark Purple #8E1D8A

Color information

#8E1D8A (or 0x8E1D8A) is unknown color: approx Dark Purple. HEX triplet: 8E, 1D and 8A. RGB value is (142,29,138). Sum of RGB (Red+Green+Blue) = 142+29+138=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1D8A is #71E275. Grayscale: #4A4A4A. Windows color (decimal): -7463542 or 9051534. OLE color: 9051534.

HSL color Cylindrical-coordinate representation of color #8E1D8A: hue angle of 302.12º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D8A is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14229138-
CMYK00.800.030.44
HSL302.12º66.08%33.53%-
HSV(B)302.12º79.58%55.69%-
XYZ16.188.4624.83-
YUV75.21163.44175.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=45.95%
G=9.39%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422913800.800.030.44302.1266.0833.53
Hex8E1D8A05032C12e4222
Octal21635212012035445610242
Binary10001110111011000101001010000111011001001011101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,29,138); }

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

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

 a { background-color: rgb(142,29,138); }

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

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

 span { border-color: rgb(142,29,138); }

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