Shades of Eggplant #980369
Tints of Eggplant #980369
RGB
CMYK
RGB Variations
Color information
#980369 (or 0x980369) is known color: Eggplant. HEX triplet: 98, 03 and 69. RGB value is (152,3,105). Sum of RGB (Red+Green+Blue) = 152+3+105=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #980369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980369 is #67FC96. Grayscale: #3A3A3A. Windows color (decimal): -6814871 or 6882200. OLE color: 6882200.
HSL color Cylindrical-coordinate representation of color #980369: hue angle of 318.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980369 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.40 |
| HSL | 318.93º | 0.96% | 0.3% | - |
| HSV(B) | 318.93º | 0.98% | 0.6% | - |
| XYZ | 15.53 | 7.76 | 14.04 | - |
| YUV | 59.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 105 | 0 | 0.98 | 0.31 | 0.40 | 318.93 | 0.96 | 0.3 |
| Hex | 98 | 3 | 69 | 0 | 62 | 1F | 28 | 13F | 60 | 1E |
| Octal | 230 | 3 | 151 | 0 | 142 | 37 | 50 | 477 | 140 | 36 |
| Binary | 10011000 | 11 | 1101001 | 0 | 1100010 | 11111 | 101000 | 100111111 | 1100000 | 11110 |
Color Harmonies of #980369
Complementary color
Monochromatic Colors of #980369
Black with #980369
Text Example
Text Example
White with #980369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980369; }
p { color: rgb(152,3,105); }
H1.HeaderClassName
{
color: #980369;
}
.AnyTagClassName
{
color: #980369;
}
</style>
background-color css
<style>
a { background-color: #980369; }
a { background-color: rgb(152,3,105); }
div.DivClassName
{
background-color: #980369;
}
.BgClassName
{
background-color: #980369;
}
</style>
border-color css
<style>
span { border-color: #980369; }
span { border-color: rgb(152,3,105); }
td.TdClassName
{
border-color: #980369;
}
.TagClassName
{
border-color: #980369;
}
</style>