#8D0B62

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

Shades of Eggplant #8D0B62

Tints of Eggplant #8D0B62

Color information

#8D0B62 (or 0x8D0B62) is unknown color: approx Eggplant. HEX triplet: 8D, 0B and 62. RGB value is (141,11,98). Sum of RGB (Red+Green+Blue) = 141+11+98=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B62 is #72F49D. Grayscale: #3B3B3B. Windows color (decimal): -7533726 or 6425485. OLE color: 6425485.

HSL color Cylindrical-coordinate representation of color #8D0B62: hue angle of 319.85º degrees, saturation: 0.86, 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 #8D0B62 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1411198-
CMYK00.920.300.45
HSL319.85º85.53%29.8%-
HSV(B)319.85º92.2%55.29%-
XYZ13.316.7812.16-
YUV59.79149.57185.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.4%
GREEN value IS 11 (4.69% from 255) = 4.4%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=56.4%
G=4.4%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141119800.920.300.45319.8585.5329.8
Hex8DB6205C1E2D140561e
Octal215131420134365550012636
Binary10001101101111000100101110011110101101101000000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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