#9B0D72

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

Shades of Eggplant #9B0D72

Tints of Eggplant #9B0D72

Color information

#9B0D72 (or 0x9B0D72) is unknown color: approx Eggplant. HEX triplet: 9B, 0D and 72. RGB value is (155,13,114). Sum of RGB (Red+Green+Blue) = 155+13+114=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D72 is #64F28D. Grayscale: #424242. Windows color (decimal): -6615694 or 7474587. OLE color: 7474587.

HSL color Cylindrical-coordinate representation of color #9B0D72: hue angle of 317.32º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D72 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15513114-
CMYK00.920.260.39
HSL317.32º84.52%32.94%-
HSV(B)317.32º91.61%60.78%-
XYZ16.78.4716.67-
YUV66.97154.54190.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 13 (5.47% from 255) = 4.61%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=54.96%
G=4.61%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551311400.920.260.39317.3284.5232.94
Hex9BD7205C1A2713d5521
Octal233151620134324747512541
Binary100110111101111001001011100110101001111001111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,13,114); }

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

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

 a { background-color: rgb(155,13,114); }

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

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

 span { border-color: rgb(155,13,114); }

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