Shades of Eggplant #9B026E
Tints of Eggplant #9B026E
RGB
CMYK
RGB Variations
Color information
#9B026E (or 0x9B026E) is known color: Eggplant. HEX triplet: 9B, 02 and 6E. RGB value is (155,2,110). Sum of RGB (Red+Green+Blue) = 155+2+110=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B026E is #64FD91. Grayscale: #3B3B3B. Windows color (decimal): -6618514 or 7209627. OLE color: 7209627.
HSL color Cylindrical-coordinate representation of color #9B026E: hue angle of 317.65º degrees, saturation: 0.97, 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 #9B026E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.39 |
| HSL | 317.65º | 0.97% | 0.31% | - |
| HSV(B) | 317.65º | 0.99% | 0.61% | - |
| XYZ | 16.35 | 8.14 | 15.46 | - |
| YUV | 60.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 110 | 0 | 0.99 | 0.29 | 0.39 | 317.65 | 0.97 | 0.31 |
| Hex | 9B | 2 | 6E | 0 | 63 | 1D | 27 | 13E | 61 | 1F |
| Octal | 233 | 2 | 156 | 0 | 143 | 35 | 47 | 476 | 141 | 37 |
| Binary | 10011011 | 10 | 1101110 | 0 | 1100011 | 11101 | 100111 | 100111110 | 1100001 | 11111 |
Color Harmonies of #9B026E
Complementary color
Monochromatic Colors of #9B026E
Black with #9B026E
Text Example
Text Example
White with #9B026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B026E; }
p { color: rgb(155,2,110); }
H1.HeaderClassName
{
color: #9B026E;
}
.AnyTagClassName
{
color: #9B026E;
}
</style>
background-color css
<style>
a { background-color: #9B026E; }
a { background-color: rgb(155,2,110); }
div.DivClassName
{
background-color: #9B026E;
}
.BgClassName
{
background-color: #9B026E;
}
</style>
border-color css
<style>
span { border-color: #9B026E; }
span { border-color: rgb(155,2,110); }
td.TdClassName
{
border-color: #9B026E;
}
.TagClassName
{
border-color: #9B026E;
}
</style>