#9B0D65

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

Shades of Eggplant #9B0D65

Tints of Eggplant #9B0D65

Color information

#9B0D65 (or 0x9B0D65) is unknown color: approx Eggplant. HEX triplet: 9B, 0D and 65. RGB value is (155,13,101). Sum of RGB (Red+Green+Blue) = 155+13+101=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D65 is #64F29A. Grayscale: #414141. Windows color (decimal): -6615707 or 6622619. OLE color: 6622619.

HSL color Cylindrical-coordinate representation of color #9B0D65: hue angle of 322.82º 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 #9B0D65 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15513101-
CMYK00.920.350.39
HSL322.82º84.52%32.94%-
HSV(B)322.82º91.61%60.78%-
XYZ16.018.213.05-
YUV65.49148.04191.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=57.62%
G=4.83%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551310100.920.350.39322.8284.5232.94
Hex9BD6505C23271435521
Octal233151450134434750312541
Binary1001101111011100101010111001000111001111010000111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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