#8E216A

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

Shades of Dark Purple #8E216A

Tints of Dark Purple #8E216A

Color information

#8E216A (or 0x8E216A) is unknown color: approx Dark Purple. HEX triplet: 8E, 21 and 6A. RGB value is (142,33,106). Sum of RGB (Red+Green+Blue) = 142+33+106=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E216A is #71DE95. Grayscale: #494949. Windows color (decimal): -7462550 or 6955406. OLE color: 6955406.

HSL color Cylindrical-coordinate representation of color #8E216A: hue angle of 319.82º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E216A is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14233106-
CMYK00.770.250.44
HSL319.82º62.29%34.31%-
HSV(B)319.82º76.76%55.69%-
XYZ14.37.8814.4-
YUV73.91146.11176.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=50.53%
G=11.74%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423310600.770.250.44319.8262.2934.31
Hex8E216A04D192C1403e22
Octal21641152011531545007642
Binary1000111010000111010100100110111001101100101000000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,106); }

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

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

 a { background-color: rgb(142,33,106); }

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

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

 span { border-color: rgb(142,33,106); }

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