Shades of Eggplant #9F0369
Tints of Eggplant #9F0369
RGB
CMYK
RGB Variations
Color information
#9F0369 (or 0x9F0369) is known color: Eggplant. HEX triplet: 9F, 03 and 69. RGB value is (159,3,105). Sum of RGB (Red+Green+Blue) = 159+3+105=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0369 is #60FC96. Grayscale: #3D3D3D. Windows color (decimal): -6356119 or 6882207. OLE color: 6882207.
HSL color Cylindrical-coordinate representation of color #9F0369: hue angle of 320.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0369 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.38 |
| HSL | 320.77º | 0.96% | 0.32% | - |
| HSV(B) | 320.77º | 0.98% | 0.62% | - |
| XYZ | 16.88 | 8.46 | 14.11 | - |
| YUV | 61.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 105 | 0 | 0.98 | 0.34 | 0.38 | 320.77 | 0.96 | 0.32 |
| Hex | 9F | 3 | 69 | 0 | 62 | 22 | 26 | 141 | 60 | 20 |
| Octal | 237 | 3 | 151 | 0 | 142 | 42 | 46 | 501 | 140 | 40 |
| Binary | 10011111 | 11 | 1101001 | 0 | 1100010 | 100010 | 100110 | 101000001 | 1100000 | 100000 |
Color Harmonies of #9F0369
Complementary color
Monochromatic Colors of #9F0369
Black with #9F0369
Text Example
Text Example
White with #9F0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0369; }
p { color: rgb(159,3,105); }
H1.HeaderClassName
{
color: #9F0369;
}
.AnyTagClassName
{
color: #9F0369;
}
</style>
background-color css
<style>
a { background-color: #9F0369; }
a { background-color: rgb(159,3,105); }
div.DivClassName
{
background-color: #9F0369;
}
.BgClassName
{
background-color: #9F0369;
}
</style>
border-color css
<style>
span { border-color: #9F0369; }
span { border-color: rgb(159,3,105); }
td.TdClassName
{
border-color: #9F0369;
}
.TagClassName
{
border-color: #9F0369;
}
</style>