Shades of Eggplant #9B015E
Tints of Eggplant #9B015E
RGB
CMYK
RGB Variations
Color information
#9B015E (or 0x9B015E) is known color: Eggplant. HEX triplet: 9B, 01 and 5E. RGB value is (155,1,94). Sum of RGB (Red+Green+Blue) = 155+1+94=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B015E is #64FEA1. Grayscale: #393939. Windows color (decimal): -6618786 or 6160795. OLE color: 6160795.
HSL color Cylindrical-coordinate representation of color #9B015E: hue angle of 323.77º 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 #9B015E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.39 |
| HSL | 323.77º | 0.99% | 0.31% | - |
| HSV(B) | 323.77º | 0.99% | 0.61% | - |
| XYZ | 15.55 | 7.8 | 11.28 | - |
| YUV | 57.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 94 | 0 | 0.99 | 0.39 | 0.39 | 323.77 | 0.99 | 0.31 |
| Hex | 9B | 1 | 5E | 0 | 63 | 27 | 27 | 144 | 63 | 1F |
| Octal | 233 | 1 | 136 | 0 | 143 | 47 | 47 | 504 | 143 | 37 |
| Binary | 10011011 | 1 | 1011110 | 0 | 1100011 | 100111 | 100111 | 101000100 | 1100011 | 11111 |
Color Harmonies of #9B015E
Complementary color
Monochromatic Colors of #9B015E
Black with #9B015E
Text Example
Text Example
White with #9B015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B015E; }
p { color: rgb(155,1,94); }
H1.HeaderClassName
{
color: #9B015E;
}
.AnyTagClassName
{
color: #9B015E;
}
</style>
background-color css
<style>
a { background-color: #9B015E; }
a { background-color: rgb(155,1,94); }
div.DivClassName
{
background-color: #9B015E;
}
.BgClassName
{
background-color: #9B015E;
}
</style>
border-color css
<style>
span { border-color: #9B015E; }
span { border-color: rgb(155,1,94); }
td.TdClassName
{
border-color: #9B015E;
}
.TagClassName
{
border-color: #9B015E;
}
</style>