Shades of Eggplant #98005C
Tints of Eggplant #98005C
RGB
CMYK
RGB Variations
Color information
#98005C (or 0x98005C) is known color: Eggplant. HEX triplet: 98, 00 and 5C. RGB value is (152,0,92). Sum of RGB (Red+Green+Blue) = 152+0+92=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #98005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005C is #67FFA3. Grayscale: #373737. Windows color (decimal): -6815652 or 6029464. OLE color: 6029464.
HSL color Cylindrical-coordinate representation of color #98005C: hue angle of 323.68º 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 #98005C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.39 | 0.40 |
| HSL | 323.68º | 1% | 0.3% | - |
| HSV(B) | 323.68º | 1% | 0.6% | - |
| XYZ | 14.88 | 7.45 | 10.78 | - |
| YUV | 55.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 92 | 0 | 1 | 0.39 | 0.40 | 323.68 | 1 | 0.3 |
| Hex | 98 | 0 | 5C | 0 | 64 | 27 | 28 | 144 | 64 | 1E |
| Octal | 230 | 0 | 134 | 0 | 144 | 47 | 50 | 504 | 144 | 36 |
| Binary | 10011000 | 0 | 1011100 | 0 | 1100100 | 100111 | 101000 | 101000100 | 1100100 | 11110 |
Color Harmonies of #98005C
Complementary color
Monochromatic Colors of #98005C
Black with #98005C
Text Example
Text Example
White with #98005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98005C; }
p { color: rgb(152,0,92); }
H1.HeaderClassName
{
color: #98005C;
}
.AnyTagClassName
{
color: #98005C;
}
</style>
background-color css
<style>
a { background-color: #98005C; }
a { background-color: rgb(152,0,92); }
div.DivClassName
{
background-color: #98005C;
}
.BgClassName
{
background-color: #98005C;
}
</style>
border-color css
<style>
span { border-color: #98005C; }
span { border-color: rgb(152,0,92); }
td.TdClassName
{
border-color: #98005C;
}
.TagClassName
{
border-color: #98005C;
}
</style>