Shades of Eggplant #980269
Tints of Eggplant #980269
RGB
CMYK
RGB Variations
Color information
#980269 (or 0x980269) is known color: Eggplant. HEX triplet: 98, 02 and 69. RGB value is (152,2,105). Sum of RGB (Red+Green+Blue) = 152+2+105=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980269 is #67FD96. Grayscale: #3A3A3A. Windows color (decimal): -6815127 or 6881944. OLE color: 6881944.
HSL color Cylindrical-coordinate representation of color #980269: hue angle of 318.8º 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 #980269 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.40 |
| HSL | 318.8º | 0.97% | 0.3% | - |
| HSV(B) | 318.8º | 0.99% | 0.6% | - |
| XYZ | 15.52 | 7.74 | 14.04 | - |
| YUV | 58.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 105 | 0 | 0.99 | 0.31 | 0.40 | 318.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 69 | 0 | 63 | 1F | 28 | 13F | 61 | 1E |
| Octal | 230 | 2 | 151 | 0 | 143 | 37 | 50 | 477 | 141 | 36 |
| Binary | 10011000 | 10 | 1101001 | 0 | 1100011 | 11111 | 101000 | 100111111 | 1100001 | 11110 |
Color Harmonies of #980269
Complementary color
Monochromatic Colors of #980269
Black with #980269
Text Example
Text Example
White with #980269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980269; }
p { color: rgb(152,2,105); }
H1.HeaderClassName
{
color: #980269;
}
.AnyTagClassName
{
color: #980269;
}
</style>
background-color css
<style>
a { background-color: #980269; }
a { background-color: rgb(152,2,105); }
div.DivClassName
{
background-color: #980269;
}
.BgClassName
{
background-color: #980269;
}
</style>
border-color css
<style>
span { border-color: #980269; }
span { border-color: rgb(152,2,105); }
td.TdClassName
{
border-color: #980269;
}
.TagClassName
{
border-color: #980269;
}
</style>