#9B0E69

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

Shades of Eggplant #9B0E69

Tints of Eggplant #9B0E69

Color information

#9B0E69 (or 0x9B0E69) is unknown color: approx Eggplant. HEX triplet: 9B, 0E and 69. RGB value is (155,14,105). Sum of RGB (Red+Green+Blue) = 155+14+105=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E69 is #64F196. Grayscale: #424242. Windows color (decimal): -6615447 or 6885019. OLE color: 6885019.

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

Color convert

RGB15514105-
CMYK00.910.320.39
HSL321.28º83.43%33.14%-
HSV(B)321.28º90.97%60.78%-
XYZ16.228.314.11-
YUV66.53149.71191.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=56.57%
G=5.11%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551410500.910.320.39321.2883.4333.14
Hex9BE6905B20271415321
Octal233161510133404750112341
Binary1001101111101101001010110111000001001111010000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,105); }

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

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

 a { background-color: rgb(155,14,105); }

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

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

 span { border-color: rgb(155,14,105); }

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