Shades of Eggplant #9B016B
Tints of Eggplant #9B016B
RGB
CMYK
RGB Variations
Color information
#9B016B (or 0x9B016B) is known color: Eggplant. HEX triplet: 9B, 01 and 6B. RGB value is (155,1,107). Sum of RGB (Red+Green+Blue) = 155+1+107=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B016B is #64FE94. Grayscale: #3A3A3A. Windows color (decimal): -6618773 or 7012763. OLE color: 7012763.
HSL color Cylindrical-coordinate representation of color #9B016B: hue angle of 318.7º 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 #9B016B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.39 |
| HSL | 318.7º | 0.99% | 0.31% | - |
| HSV(B) | 318.7º | 0.99% | 0.61% | - |
| XYZ | 16.18 | 8.05 | 14.61 | - |
| YUV | 59.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 107 | 0 | 0.99 | 0.31 | 0.39 | 318.7 | 0.99 | 0.31 |
| Hex | 9B | 1 | 6B | 0 | 63 | 1F | 27 | 13F | 63 | 1F |
| Octal | 233 | 1 | 153 | 0 | 143 | 37 | 47 | 477 | 143 | 37 |
| Binary | 10011011 | 1 | 1101011 | 0 | 1100011 | 11111 | 100111 | 100111111 | 1100011 | 11111 |
Color Harmonies of #9B016B
Complementary color
Monochromatic Colors of #9B016B
Black with #9B016B
Text Example
Text Example
White with #9B016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B016B; }
p { color: rgb(155,1,107); }
H1.HeaderClassName
{
color: #9B016B;
}
.AnyTagClassName
{
color: #9B016B;
}
</style>
background-color css
<style>
a { background-color: #9B016B; }
a { background-color: rgb(155,1,107); }
div.DivClassName
{
background-color: #9B016B;
}
.BgClassName
{
background-color: #9B016B;
}
</style>
border-color css
<style>
span { border-color: #9B016B; }
span { border-color: rgb(155,1,107); }
td.TdClassName
{
border-color: #9B016B;
}
.TagClassName
{
border-color: #9B016B;
}
</style>