#8D0B65

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

Shades of Eggplant #8D0B65

Tints of Eggplant #8D0B65

Color information

#8D0B65 (or 0x8D0B65) is unknown color: approx Eggplant. HEX triplet: 8D, 0B and 65. RGB value is (141,11,101). Sum of RGB (Red+Green+Blue) = 141+11+101=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B65 is #72F49A. Grayscale: #3B3B3B. Windows color (decimal): -7533723 or 6622093. OLE color: 6622093.

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

Color convert

RGB14111101-
CMYK00.920.280.45
HSL318.46º85.53%29.8%-
HSV(B)318.46º92.2%55.29%-
XYZ13.456.8412.92-
YUV60.13151.07185.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 11 (4.69% from 255) = 4.35%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=55.73%
G=4.35%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411110100.920.280.45318.4685.5329.8
Hex8DB6505C1C2D13e561e
Octal215131450134345547612636
Binary10001101101111001010101110011100101101100111110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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