#8C0B62

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

Shades of Eggplant #8C0B62

Tints of Eggplant #8C0B62

Color information

#8C0B62 (or 0x8C0B62) is unknown color: approx Eggplant. HEX triplet: 8C, 0B and 62. RGB value is (140,11,98). Sum of RGB (Red+Green+Blue) = 140+11+98=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B62 is #73F49D. Grayscale: #3B3B3B. Windows color (decimal): -7599262 or 6425484. OLE color: 6425484.

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

Color convert

RGB1401198-
CMYK00.920.30.45
HSL319.53º85.43%29.61%-
HSV(B)319.53º92.14%54.9%-
XYZ13.146.712.16-
YUV59.49149.74185.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.22%
GREEN value IS 11 (4.69% from 255) = 4.42%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=56.22%
G=4.42%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140119800.920.30.45319.5385.4329.61
Hex8CB6205C1E2D140551e
Octal214131420134365550012536
Binary10001100101111000100101110011110101101101000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,11,98); }

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

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

 a { background-color: rgb(140,11,98); }

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

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

 span { border-color: rgb(140,11,98); }

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