#8E1772

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

Shades of Dark Purple #8E1772

Tints of Dark Purple #8E1772

Color information

#8E1772 (or 0x8E1772) is unknown color: approx Dark Purple. HEX triplet: 8E, 17 and 72. RGB value is (142,23,114). Sum of RGB (Red+Green+Blue) = 142+23+114=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1772 is #71E88D. Grayscale: #444444. Windows color (decimal): -7465102 or 7477134. OLE color: 7477134.

HSL color Cylindrical-coordinate representation of color #8E1772: hue angle of 314.12º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1772 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14223114-
CMYK00.840.200.44
HSL314.12º72.12%32.35%-
HSV(B)314.12º83.8%55.69%-
XYZ14.57.5816.62-
YUV68.96153.42180.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=50.90%
G=8.24%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422311400.840.200.44314.1272.1232.35
Hex8E1772054142C13a4820
Octal216271620124245447211040
Binary1000111010111111001001010100101001011001001110101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,114); }

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

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

 a { background-color: rgb(142,23,114); }

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

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

 span { border-color: rgb(142,23,114); }

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