Shades of Eggplant #9C067B
Tints of Eggplant #9C067B
RGB
CMYK
RGB Variations
Color information
#9C067B (or 0x9C067B) is known color: Eggplant. HEX triplet: 9C, 06 and 7B. RGB value is (156,6,123). Sum of RGB (Red+Green+Blue) = 156+6+123=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C067B is #63F984. Grayscale: #3F3F3F. Windows color (decimal): -6551941 or 8062620. OLE color: 8062620.
HSL color Cylindrical-coordinate representation of color #9C067B: hue angle of 313.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C067B is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 123 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.39 |
| HSL | 313.2º | 0.93% | 0.32% | - |
| HSV(B) | 313.2º | 0.96% | 0.61% | - |
| XYZ | 17.35 | 8.63 | 19.49 | - |
| YUV | 64.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 123 | 0 | 0.96 | 0.21 | 0.39 | 313.2 | 0.93 | 0.32 |
| Hex | 9C | 6 | 7B | 0 | 60 | 15 | 27 | 139 | 5D | 20 |
| Octal | 234 | 6 | 173 | 0 | 140 | 25 | 47 | 471 | 135 | 40 |
| Binary | 10011100 | 110 | 1111011 | 0 | 1100000 | 10101 | 100111 | 100111001 | 1011101 | 100000 |
Color Harmonies of #9C067B
Complementary color
Monochromatic Colors of #9C067B
Black with #9C067B
Text Example
Text Example
White with #9C067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C067B; }
p { color: rgb(156,6,123); }
H1.HeaderClassName
{
color: #9C067B;
}
.AnyTagClassName
{
color: #9C067B;
}
</style>
background-color css
<style>
a { background-color: #9C067B; }
a { background-color: rgb(156,6,123); }
div.DivClassName
{
background-color: #9C067B;
}
.BgClassName
{
background-color: #9C067B;
}
</style>
border-color css
<style>
span { border-color: #9C067B; }
span { border-color: rgb(156,6,123); }
td.TdClassName
{
border-color: #9C067B;
}
.TagClassName
{
border-color: #9C067B;
}
</style>