Shades of Eggplant #9A0274
Tints of Eggplant #9A0274
RGB
CMYK
RGB Variations
Color information
#9A0274 (or 0x9A0274) is known color: Eggplant. HEX triplet: 9A, 02 and 74. RGB value is (154,2,116). Sum of RGB (Red+Green+Blue) = 154+2+116=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0274 is #65FD8B. Grayscale: #3C3C3C. Windows color (decimal): -6684044 or 7602842. OLE color: 7602842.
HSL color Cylindrical-coordinate representation of color #9A0274: hue angle of 315º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0274 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.40 |
| HSL | 315º | 0.97% | 0.31% | - |
| HSV(B) | 315º | 0.99% | 0.6% | - |
| XYZ | 16.5 | 8.17 | 17.23 | - |
| YUV | 60.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 116 | 0 | 0.99 | 0.25 | 0.40 | 315 | 0.97 | 0.31 |
| Hex | 9A | 2 | 74 | 0 | 63 | 19 | 28 | 13B | 61 | 1F |
| Octal | 232 | 2 | 164 | 0 | 143 | 31 | 50 | 473 | 141 | 37 |
| Binary | 10011010 | 10 | 1110100 | 0 | 1100011 | 11001 | 101000 | 100111011 | 1100001 | 11111 |
Color Harmonies of #9A0274
Complementary color
Monochromatic Colors of #9A0274
Black with #9A0274
Text Example
Text Example
White with #9A0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0274; }
p { color: rgb(154,2,116); }
H1.HeaderClassName
{
color: #9A0274;
}
.AnyTagClassName
{
color: #9A0274;
}
</style>
background-color css
<style>
a { background-color: #9A0274; }
a { background-color: rgb(154,2,116); }
div.DivClassName
{
background-color: #9A0274;
}
.BgClassName
{
background-color: #9A0274;
}
</style>
border-color css
<style>
span { border-color: #9A0274; }
span { border-color: rgb(154,2,116); }
td.TdClassName
{
border-color: #9A0274;
}
.TagClassName
{
border-color: #9A0274;
}
</style>