Shades of Eggplant #9A015C
Tints of Eggplant #9A015C
RGB
CMYK
RGB Variations
Color information
#9A015C (or 0x9A015C) is known color: Eggplant. HEX triplet: 9A, 01 and 5C. RGB value is (154,1,92). Sum of RGB (Red+Green+Blue) = 154+1+92=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A015C is #65FEA3. Grayscale: #383838. Windows color (decimal): -6684324 or 6029722. OLE color: 6029722.
HSL color Cylindrical-coordinate representation of color #9A015C: hue angle of 324.31º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A015C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.40 |
| HSL | 324.31º | 0.99% | 0.3% | - |
| HSV(B) | 324.31º | 0.99% | 0.6% | - |
| XYZ | 15.27 | 7.66 | 10.8 | - |
| YUV | 57.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 92 | 0 | 0.99 | 0.40 | 0.40 | 324.31 | 0.99 | 0.3 |
| Hex | 9A | 1 | 5C | 0 | 63 | 28 | 28 | 144 | 63 | 1E |
| Octal | 232 | 1 | 134 | 0 | 143 | 50 | 50 | 504 | 143 | 36 |
| Binary | 10011010 | 1 | 1011100 | 0 | 1100011 | 101000 | 101000 | 101000100 | 1100011 | 11110 |
Color Harmonies of #9A015C
Complementary color
Monochromatic Colors of #9A015C
Black with #9A015C
Text Example
Text Example
White with #9A015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A015C; }
p { color: rgb(154,1,92); }
H1.HeaderClassName
{
color: #9A015C;
}
.AnyTagClassName
{
color: #9A015C;
}
</style>
background-color css
<style>
a { background-color: #9A015C; }
a { background-color: rgb(154,1,92); }
div.DivClassName
{
background-color: #9A015C;
}
.BgClassName
{
background-color: #9A015C;
}
</style>
border-color css
<style>
span { border-color: #9A015C; }
span { border-color: rgb(154,1,92); }
td.TdClassName
{
border-color: #9A015C;
}
.TagClassName
{
border-color: #9A015C;
}
</style>