Shades of Eggplant #9B025C
Tints of Eggplant #9B025C
RGB
CMYK
RGB Variations
Color information
#9B025C (or 0x9B025C) is known color: Eggplant. HEX triplet: 9B, 02 and 5C. RGB value is (155,2,92). Sum of RGB (Red+Green+Blue) = 155+2+92=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B025C is #64FDA3. Grayscale: #393939. Windows color (decimal): -6618532 or 6029979. OLE color: 6029979.
HSL color Cylindrical-coordinate representation of color #9B025C: hue angle of 324.71º 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 #9B025C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.39 |
| HSL | 324.71º | 0.97% | 0.31% | - |
| HSV(B) | 324.71º | 0.99% | 0.61% | - |
| XYZ | 15.47 | 7.78 | 10.81 | - |
| YUV | 58.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 92 | 0 | 0.99 | 0.41 | 0.39 | 324.71 | 0.97 | 0.31 |
| Hex | 9B | 2 | 5C | 0 | 63 | 29 | 27 | 145 | 61 | 1F |
| Octal | 233 | 2 | 134 | 0 | 143 | 51 | 47 | 505 | 141 | 37 |
| Binary | 10011011 | 10 | 1011100 | 0 | 1100011 | 101001 | 100111 | 101000101 | 1100001 | 11111 |
Color Harmonies of #9B025C
Complementary color
Monochromatic Colors of #9B025C
Black with #9B025C
Text Example
Text Example
White with #9B025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B025C; }
p { color: rgb(155,2,92); }
H1.HeaderClassName
{
color: #9B025C;
}
.AnyTagClassName
{
color: #9B025C;
}
</style>
background-color css
<style>
a { background-color: #9B025C; }
a { background-color: rgb(155,2,92); }
div.DivClassName
{
background-color: #9B025C;
}
.BgClassName
{
background-color: #9B025C;
}
</style>
border-color css
<style>
span { border-color: #9B025C; }
span { border-color: rgb(155,2,92); }
td.TdClassName
{
border-color: #9B025C;
}
.TagClassName
{
border-color: #9B025C;
}
</style>