Shades of Eggplant #9B016F
Tints of Eggplant #9B016F
RGB
CMYK
RGB Variations
Color information
#9B016F (or 0x9B016F) is known color: Eggplant. HEX triplet: 9B, 01 and 6F. RGB value is (155,1,111). Sum of RGB (Red+Green+Blue) = 155+1+111=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B016F is #64FE90. Grayscale: #3B3B3B. Windows color (decimal): -6618769 or 7274907. OLE color: 7274907.
HSL color Cylindrical-coordinate representation of color #9B016F: hue angle of 317.14º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B016F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.39 |
| HSL | 317.14º | 0.99% | 0.31% | - |
| HSV(B) | 317.14º | 0.99% | 0.61% | - |
| XYZ | 16.4 | 8.14 | 15.75 | - |
| YUV | 59.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 111 | 0 | 0.99 | 0.28 | 0.39 | 317.14 | 0.99 | 0.31 |
| Hex | 9B | 1 | 6F | 0 | 63 | 1C | 27 | 13D | 63 | 1F |
| Octal | 233 | 1 | 157 | 0 | 143 | 34 | 47 | 475 | 143 | 37 |
| Binary | 10011011 | 1 | 1101111 | 0 | 1100011 | 11100 | 100111 | 100111101 | 1100011 | 11111 |
Color Harmonies of #9B016F
Complementary color
Monochromatic Colors of #9B016F
Black with #9B016F
Text Example
Text Example
White with #9B016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B016F; }
p { color: rgb(155,1,111); }
H1.HeaderClassName
{
color: #9B016F;
}
.AnyTagClassName
{
color: #9B016F;
}
</style>
background-color css
<style>
a { background-color: #9B016F; }
a { background-color: rgb(155,1,111); }
div.DivClassName
{
background-color: #9B016F;
}
.BgClassName
{
background-color: #9B016F;
}
</style>
border-color css
<style>
span { border-color: #9B016F; }
span { border-color: rgb(155,1,111); }
td.TdClassName
{
border-color: #9B016F;
}
.TagClassName
{
border-color: #9B016F;
}
</style>