Shades of Eggplant #980268
Tints of Eggplant #980268
RGB
CMYK
RGB Variations
Color information
#980268 (or 0x980268) is known color: Eggplant. HEX triplet: 98, 02 and 68. RGB value is (152,2,104). Sum of RGB (Red+Green+Blue) = 152+2+104=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #980268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980268 is #67FD97. Grayscale: #3A3A3A. Windows color (decimal): -6815128 or 6816408. OLE color: 6816408.
HSL color Cylindrical-coordinate representation of color #980268: hue angle of 319.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980268 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.40 |
| HSL | 319.2º | 0.97% | 0.3% | - |
| HSV(B) | 319.2º | 0.99% | 0.6% | - |
| XYZ | 15.47 | 7.72 | 13.77 | - |
| YUV | 58.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 104 | 0 | 0.99 | 0.32 | 0.40 | 319.2 | 0.97 | 0.3 |
| Hex | 98 | 2 | 68 | 0 | 63 | 20 | 28 | 13F | 61 | 1E |
| Octal | 230 | 2 | 150 | 0 | 143 | 40 | 50 | 477 | 141 | 36 |
| Binary | 10011000 | 10 | 1101000 | 0 | 1100011 | 100000 | 101000 | 100111111 | 1100001 | 11110 |
Color Harmonies of #980268
Complementary color
Monochromatic Colors of #980268
Black with #980268
Text Example
Text Example
White with #980268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980268; }
p { color: rgb(152,2,104); }
H1.HeaderClassName
{
color: #980268;
}
.AnyTagClassName
{
color: #980268;
}
</style>
background-color css
<style>
a { background-color: #980268; }
a { background-color: rgb(152,2,104); }
div.DivClassName
{
background-color: #980268;
}
.BgClassName
{
background-color: #980268;
}
</style>
border-color css
<style>
span { border-color: #980268; }
span { border-color: rgb(152,2,104); }
td.TdClassName
{
border-color: #980268;
}
.TagClassName
{
border-color: #980268;
}
</style>