#8C0170

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

Shades of Eggplant #8C0170

Tints of Eggplant #8C0170

Color information

#8C0170 (or 0x8C0170) is unknown color: approx Eggplant. HEX triplet: 8C, 01 and 70. RGB value is (140,1,112). Sum of RGB (Red+Green+Blue) = 140+1+112=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0170 is #73FE8F. Grayscale: #363636. Windows color (decimal): -7601808 or 7340428. OLE color: 7340428.

HSL color Cylindrical-coordinate representation of color #8C0170: hue angle of 312.09º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0170 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB1401112-
CMYK00.990.200.45
HSL312.09º98.58%27.65%-
HSV(B)312.09º99.29%54.9%-
XYZ13.756.7715.91-
YUV55.22160.05188.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.34%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=55.34%
G=0.40%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140111200.990.200.45312.0998.5827.65
Hex8C170063142D138631c
Octal21411600143245547014334
Binary10001100111100000110001110100101101100111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,112); }

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

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

 a { background-color: rgb(140,1,112); }

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

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

 span { border-color: rgb(140,1,112); }

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