Shades of Eggplant #981369
Tints of Eggplant #981369
RGB
CMYK
RGB Variations
Color information
#981369 (or 0x981369) is known color: Eggplant. HEX triplet: 98, 13 and 69. RGB value is (152,19,105). Sum of RGB (Red+Green+Blue) = 152+19+105=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #981369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981369 is #67EC96. Grayscale: #444444. Windows color (decimal): -6810775 or 6886296. OLE color: 6886296.
HSL color Cylindrical-coordinate representation of color #981369: hue angle of 321.2º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981369 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 105 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.40 |
| HSL | 321.2º | 0.78% | 0.34% | - |
| HSV(B) | 321.2º | 0.88% | 0.6% | - |
| XYZ | 15.73 | 8.16 | 14.11 | - |
| YUV | 68.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 105 | 0 | 0.87 | 0.31 | 0.40 | 321.2 | 0.78 | 0.34 |
| Hex | 98 | 13 | 69 | 0 | 57 | 1F | 28 | 141 | 4E | 22 |
| Octal | 230 | 23 | 151 | 0 | 127 | 37 | 50 | 501 | 116 | 42 |
| Binary | 10011000 | 10011 | 1101001 | 0 | 1010111 | 11111 | 101000 | 101000001 | 1001110 | 100010 |
Color Harmonies of #981369
Complementary color
Monochromatic Colors of #981369
Black with #981369
Text Example
Text Example
White with #981369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981369; }
p { color: rgb(152,19,105); }
H1.HeaderClassName
{
color: #981369;
}
.AnyTagClassName
{
color: #981369;
}
</style>
background-color css
<style>
a { background-color: #981369; }
a { background-color: rgb(152,19,105); }
div.DivClassName
{
background-color: #981369;
}
.BgClassName
{
background-color: #981369;
}
</style>
border-color css
<style>
span { border-color: #981369; }
span { border-color: rgb(152,19,105); }
td.TdClassName
{
border-color: #981369;
}
.TagClassName
{
border-color: #981369;
}
</style>