#8E1470

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

Shades of Dark Purple #8E1470

Tints of Dark Purple #8E1470

Color information

#8E1470 (or 0x8E1470) is unknown color: approx Dark Purple. HEX triplet: 8E, 14 and 70. RGB value is (142,20,112). Sum of RGB (Red+Green+Blue) = 142+20+112=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1470 is #71EB8F. Grayscale: #424242. Windows color (decimal): -7465872 or 7345294. OLE color: 7345294.

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

Color convert

RGB14220112-
CMYK00.860.210.44
HSL314.75º75.31%31.76%-
HSV(B)314.75º85.92%55.69%-
XYZ14.337.4216.01-
YUV66.97153.42181.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=51.82%
G=7.30%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422011200.860.210.44314.7575.3131.76
Hex8E1470056152C13b4b20
Octal216241600126255447311340
Binary1000111010100111000001010110101011011001001110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,112); }

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

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

 a { background-color: rgb(142,20,112); }

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

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

 span { border-color: rgb(142,20,112); }

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