#9D0B7E

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

Shades of Eggplant #9D0B7E

Tints of Eggplant #9D0B7E

Color information

#9D0B7E (or 0x9D0B7E) is unknown color: approx Eggplant. HEX triplet: 9D, 0B and 7E. RGB value is (157,11,126). Sum of RGB (Red+Green+Blue) = 157+11+126=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B7E is #62F481. Grayscale: #434343. Windows color (decimal): -6485122 or 8260509. OLE color: 8260509.

HSL color Cylindrical-coordinate representation of color #9D0B7E: hue angle of 312.74º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B7E is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15711126-
CMYK00.930.200.38
HSL312.74º86.9%32.94%-
HSV(B)312.74º92.99%61.57%-
XYZ17.798.9120.52-
YUV67.76160.87191.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 11 (4.69% from 255) = 3.74%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=53.40%
G=3.74%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571112600.930.200.38312.7486.932.94
Hex9DB7E05D14261395721
Octal235131760135244647112741
Binary100111011011111111001011101101001001101001110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D0B7E; }

 p { color: rgb(157,11,126); }

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

<style>
 a { background-color: #9D0B7E; }

 a { background-color: rgb(157,11,126); }

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

<style>
 span { border-color: #9D0B7E; }

 span { border-color: rgb(157,11,126); }

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