#8C0251

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

Shades of Eggplant #8C0251

Tints of Eggplant #8C0251

Color information

#8C0251 (or 0x8C0251) is unknown color: approx Eggplant. HEX triplet: 8C, 02 and 51. RGB value is (140,2,81). Sum of RGB (Red+Green+Blue) = 140+2+81=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0251 is #73FDAE. Grayscale: #343434. Windows color (decimal): -7601583 or 5309068. OLE color: 5309068.

HSL color Cylindrical-coordinate representation of color #8C0251: hue angle of 325.65º degrees, saturation: 0.97, 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 #8C0251 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB140281-
CMYK00.990.420.45
HSL325.65º97.18%27.84%-
HSV(B)325.65º98.57%54.9%-
XYZ12.326.218.33-
YUV52.27144.22190.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=62.78%
G=0.90%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14028100.990.420.45325.6597.1827.84
Hex8C2510632A2D146611c
Octal21421210143525550614134
Binary1000110010101000101100011101010101101101000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,2,81); }

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

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

 a { background-color: rgb(140,2,81); }

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

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

 span { border-color: rgb(140,2,81); }

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