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