#8E1670

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

Shades of Dark Purple #8E1670

Tints of Dark Purple #8E1670

Color information

#8E1670 (or 0x8E1670) is unknown color: approx Dark Purple. HEX triplet: 8E, 16 and 70. RGB value is (142,22,112). Sum of RGB (Red+Green+Blue) = 142+22+112=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1670 is #71E98F. Grayscale: #434343. Windows color (decimal): -7465360 or 7345806. OLE color: 7345806.

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

Color convert

RGB14222112-
CMYK00.850.210.44
HSL315º73.17%32.16%-
HSV(B)315º84.51%55.69%-
XYZ14.377.4916.02-
YUV68.14152.76180.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=51.45%
G=7.97%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422211200.850.210.4431573.1732.16
Hex8E1670055152C13b4920
Octal216261600125255447311140
Binary1000111010110111000001010101101011011001001110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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