#9B0D6A

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

Shades of Eggplant #9B0D6A

Tints of Eggplant #9B0D6A

Color information

#9B0D6A (or 0x9B0D6A) is unknown color: approx Eggplant. HEX triplet: 9B, 0D and 6A. RGB value is (155,13,106). Sum of RGB (Red+Green+Blue) = 155+13+106=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D6A is #64F295. Grayscale: #414141. Windows color (decimal): -6615702 or 6950299. OLE color: 6950299.

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

Color convert

RGB15513106-
CMYK00.920.320.39
HSL320.7º84.52%32.94%-
HSV(B)320.7º91.61%60.78%-
XYZ16.268.314.38-
YUV66.06150.54191.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=56.57%
G=4.74%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551310600.920.320.39320.784.5232.94
Hex9BD6A05C20271415521
Octal233151520134404750112541
Binary1001101111011101010010111001000001001111010000011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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