Shades of Eggplant #950567
Tints of Eggplant #950567
RGB
CMYK
RGB Variations
Color information
#950567 (or 0x950567) is known color: Eggplant. HEX triplet: 95, 05 and 67. RGB value is (149,5,103). Sum of RGB (Red+Green+Blue) = 149+5+103=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #950567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950567 is #6AFA98. Grayscale: #3A3A3A. Windows color (decimal): -7010969 or 6751637. OLE color: 6751637.
HSL color Cylindrical-coordinate representation of color #950567: hue angle of 319.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950567 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.42 |
| HSL | 319.17º | 0.94% | 0.3% | - |
| HSV(B) | 319.17º | 0.97% | 0.58% | - |
| XYZ | 14.9 | 7.48 | 13.49 | - |
| YUV | 59.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 103 | 0 | 0.97 | 0.31 | 0.42 | 319.17 | 0.94 | 0.3 |
| Hex | 95 | 5 | 67 | 0 | 61 | 1F | 2A | 13F | 5E | 1E |
| Octal | 225 | 5 | 147 | 0 | 141 | 37 | 52 | 477 | 136 | 36 |
| Binary | 10010101 | 101 | 1100111 | 0 | 1100001 | 11111 | 101010 | 100111111 | 1011110 | 11110 |
Color Harmonies of #950567
Complementary color
Monochromatic Colors of #950567
Black with #950567
Text Example
Text Example
White with #950567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950567; }
p { color: rgb(149,5,103); }
H1.HeaderClassName
{
color: #950567;
}
.AnyTagClassName
{
color: #950567;
}
</style>
background-color css
<style>
a { background-color: #950567; }
a { background-color: rgb(149,5,103); }
div.DivClassName
{
background-color: #950567;
}
.BgClassName
{
background-color: #950567;
}
</style>
border-color css
<style>
span { border-color: #950567; }
span { border-color: rgb(149,5,103); }
td.TdClassName
{
border-color: #950567;
}
.TagClassName
{
border-color: #950567;
}
</style>