#8E1668

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

Shades of Dark Purple #8E1668

Tints of Dark Purple #8E1668

Color information

#8E1668 (or 0x8E1668) is unknown color: approx Dark Purple. HEX triplet: 8E, 16 and 68. RGB value is (142,22,104). Sum of RGB (Red+Green+Blue) = 142+22+104=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1668 is #71E997. Grayscale: #434343. Windows color (decimal): -7465368 or 6821518. OLE color: 6821518.

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

Color convert

RGB14222104-
CMYK00.850.270.44
HSL319º73.17%32.16%-
HSV(B)319º84.51%55.69%-
XYZ13.947.3213.78-
YUV67.23148.76181.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=52.99%
G=8.21%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422210400.850.270.4431973.1732.16
Hex8E16680551B2C13f4920
Octal216261500125335447711140
Binary1000111010110110100001010101110111011001001111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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