Shades of Eggplant #9A045C
Tints of Eggplant #9A045C
RGB
CMYK
RGB Variations
Color information
#9A045C (or 0x9A045C) is known color: Eggplant. HEX triplet: 9A, 04 and 5C. RGB value is (154,4,92). Sum of RGB (Red+Green+Blue) = 154+4+92=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A045C is #65FBA3. Grayscale: #3A3A3A. Windows color (decimal): -6683556 or 6030490. OLE color: 6030490.
HSL color Cylindrical-coordinate representation of color #9A045C: hue angle of 324.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A045C is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.40 |
| HSL | 324.8º | 0.95% | 0.31% | - |
| HSV(B) | 324.8º | 0.97% | 0.6% | - |
| XYZ | 15.3 | 7.73 | 10.81 | - |
| YUV | 58.88 | 146.7 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 92 | 0 | 0.97 | 0.40 | 0.40 | 324.8 | 0.95 | 0.31 |
| Hex | 9A | 4 | 5C | 0 | 61 | 28 | 28 | 145 | 5F | 1F |
| Octal | 232 | 4 | 134 | 0 | 141 | 50 | 50 | 505 | 137 | 37 |
| Binary | 10011010 | 100 | 1011100 | 0 | 1100001 | 101000 | 101000 | 101000101 | 1011111 | 11111 |
Color Harmonies of #9A045C
Complementary color
Monochromatic Colors of #9A045C
Black with #9A045C
Text Example
Text Example
White with #9A045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A045C; }
p { color: rgb(154,4,92); }
H1.HeaderClassName
{
color: #9A045C;
}
.AnyTagClassName
{
color: #9A045C;
}
</style>
background-color css
<style>
a { background-color: #9A045C; }
a { background-color: rgb(154,4,92); }
div.DivClassName
{
background-color: #9A045C;
}
.BgClassName
{
background-color: #9A045C;
}
</style>
border-color css
<style>
span { border-color: #9A045C; }
span { border-color: rgb(154,4,92); }
td.TdClassName
{
border-color: #9A045C;
}
.TagClassName
{
border-color: #9A045C;
}
</style>