Shades of Eggplant #9C0F6B
Tints of Eggplant #9C0F6B
RGB
CMYK
RGB Variations
Color information
#9C0F6B (or 0x9C0F6B) is known color: Eggplant. HEX triplet: 9C, 0F and 6B. RGB value is (156,15,107). Sum of RGB (Red+Green+Blue) = 156+15+107=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F6B is #63F094. Grayscale: #434343. Windows color (decimal): -6549653 or 7016348. OLE color: 7016348.
HSL color Cylindrical-coordinate representation of color #9C0F6B: hue angle of 320.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F6B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 107 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.39 |
| HSL | 320.85º | 0.82% | 0.34% | - |
| HSV(B) | 320.85º | 0.9% | 0.61% | - |
| XYZ | 16.53 | 8.47 | 14.67 | - |
| YUV | 67.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 107 | 0 | 0.90 | 0.31 | 0.39 | 320.85 | 0.82 | 0.34 |
| Hex | 9C | F | 6B | 0 | 5A | 1F | 27 | 141 | 52 | 22 |
| Octal | 234 | 17 | 153 | 0 | 132 | 37 | 47 | 501 | 122 | 42 |
| Binary | 10011100 | 1111 | 1101011 | 0 | 1011010 | 11111 | 100111 | 101000001 | 1010010 | 100010 |
Color Harmonies of #9C0F6B
Complementary color
Monochromatic Colors of #9C0F6B
Black with #9C0F6B
Text Example
Text Example
White with #9C0F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F6B; }
p { color: rgb(156,15,107); }
H1.HeaderClassName
{
color: #9C0F6B;
}
.AnyTagClassName
{
color: #9C0F6B;
}
</style>
background-color css
<style>
a { background-color: #9C0F6B; }
a { background-color: rgb(156,15,107); }
div.DivClassName
{
background-color: #9C0F6B;
}
.BgClassName
{
background-color: #9C0F6B;
}
</style>
border-color css
<style>
span { border-color: #9C0F6B; }
span { border-color: rgb(156,15,107); }
td.TdClassName
{
border-color: #9C0F6B;
}
.TagClassName
{
border-color: #9C0F6B;
}
</style>