#8D0B6C

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

Shades of Eggplant #8D0B6C

Tints of Eggplant #8D0B6C

Color information

#8D0B6C (or 0x8D0B6C) is unknown color: approx Eggplant. HEX triplet: 8D, 0B and 6C. RGB value is (141,11,108). Sum of RGB (Red+Green+Blue) = 141+11+108=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B6C is #72F493. Grayscale: #3C3C3C. Windows color (decimal): -7533716 or 7080845. OLE color: 7080845.

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

Color convert

RGB14111108-
CMYK00.920.230.45
HSL315.23º85.53%29.8%-
HSV(B)315.23º92.2%55.29%-
XYZ13.816.9814.81-
YUV60.93154.57185.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.23%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=54.23%
G=4.23%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411110800.920.230.45315.2385.5329.8
Hex8DB6C05C172D13b561e
Octal215131540134275547312636
Binary10001101101111011000101110010111101101100111011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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