Shades of Eggplant #9A037D
Tints of Eggplant #9A037D
RGB
CMYK
RGB Variations
Color information
#9A037D (or 0x9A037D) is known color: Eggplant. HEX triplet: 9A, 03 and 7D. RGB value is (154,3,125). Sum of RGB (Red+Green+Blue) = 154+3+125=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A037D is #65FC82. Grayscale: #3D3D3D. Windows color (decimal): -6683779 or 8192922. OLE color: 8192922.
HSL color Cylindrical-coordinate representation of color #9A037D: hue angle of 311.52º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A037D is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.40 |
| HSL | 311.52º | 0.96% | 0.31% | - |
| HSV(B) | 311.52º | 0.98% | 0.6% | - |
| XYZ | 17.06 | 8.42 | 20.13 | - |
| YUV | 62.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 125 | 0 | 0.98 | 0.19 | 0.40 | 311.52 | 0.96 | 0.31 |
| Hex | 9A | 3 | 7D | 0 | 62 | 13 | 28 | 138 | 60 | 1F |
| Octal | 232 | 3 | 175 | 0 | 142 | 23 | 50 | 470 | 140 | 37 |
| Binary | 10011010 | 11 | 1111101 | 0 | 1100010 | 10011 | 101000 | 100111000 | 1100000 | 11111 |
Color Harmonies of #9A037D
Complementary color
Monochromatic Colors of #9A037D
Black with #9A037D
Text Example
Text Example
White with #9A037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A037D; }
p { color: rgb(154,3,125); }
H1.HeaderClassName
{
color: #9A037D;
}
.AnyTagClassName
{
color: #9A037D;
}
</style>
background-color css
<style>
a { background-color: #9A037D; }
a { background-color: rgb(154,3,125); }
div.DivClassName
{
background-color: #9A037D;
}
.BgClassName
{
background-color: #9A037D;
}
</style>
border-color css
<style>
span { border-color: #9A037D; }
span { border-color: rgb(154,3,125); }
td.TdClassName
{
border-color: #9A037D;
}
.TagClassName
{
border-color: #9A037D;
}
</style>