#8E216E

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

Shades of Dark Purple #8E216E

Tints of Dark Purple #8E216E

Color information

#8E216E (or 0x8E216E) is unknown color: approx Dark Purple. HEX triplet: 8E, 21 and 6E. RGB value is (142,33,110). Sum of RGB (Red+Green+Blue) = 142+33+110=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E216E is #71DE91. Grayscale: #4A4A4A. Windows color (decimal): -7462546 or 7217550. OLE color: 7217550.

HSL color Cylindrical-coordinate representation of color #8E216E: hue angle of 317.61º 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 #8E216E is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14233110-
CMYK00.770.230.44
HSL317.61º62.29%34.31%-
HSV(B)317.61º76.76%55.69%-
XYZ14.517.9615.52-
YUV74.37148.11176.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=49.82%
G=11.58%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423311000.770.230.44317.6162.2934.31
Hex8E216E04D172C13e3e22
Octal21641156011527544767642
Binary1000111010000111011100100110110111101100100111110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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