Shades of Eggplant #980769
Tints of Eggplant #980769
RGB
CMYK
RGB Variations
Color information
#980769 (or 0x980769) is known color: Eggplant. HEX triplet: 98, 07 and 69. RGB value is (152,7,105). Sum of RGB (Red+Green+Blue) = 152+7+105=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #980769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980769 is #67F896. Grayscale: #3D3D3D. Windows color (decimal): -6813847 or 6883224. OLE color: 6883224.
HSL color Cylindrical-coordinate representation of color #980769: hue angle of 319.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980769 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 105 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.40 |
| HSL | 319.45º | 0.91% | 0.31% | - |
| HSV(B) | 319.45º | 0.95% | 0.6% | - |
| XYZ | 15.57 | 7.85 | 14.06 | - |
| YUV | 61.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 105 | 0 | 0.95 | 0.31 | 0.40 | 319.45 | 0.91 | 0.31 |
| Hex | 98 | 7 | 69 | 0 | 5F | 1F | 28 | 13F | 5B | 1F |
| Octal | 230 | 7 | 151 | 0 | 137 | 37 | 50 | 477 | 133 | 37 |
| Binary | 10011000 | 111 | 1101001 | 0 | 1011111 | 11111 | 101000 | 100111111 | 1011011 | 11111 |
Color Harmonies of #980769
Complementary color
Monochromatic Colors of #980769
Black with #980769
Text Example
Text Example
White with #980769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980769; }
p { color: rgb(152,7,105); }
H1.HeaderClassName
{
color: #980769;
}
.AnyTagClassName
{
color: #980769;
}
</style>
background-color css
<style>
a { background-color: #980769; }
a { background-color: rgb(152,7,105); }
div.DivClassName
{
background-color: #980769;
}
.BgClassName
{
background-color: #980769;
}
</style>
border-color css
<style>
span { border-color: #980769; }
span { border-color: rgb(152,7,105); }
td.TdClassName
{
border-color: #980769;
}
.TagClassName
{
border-color: #980769;
}
</style>