Shades of Eggplant #950067
Tints of Eggplant #950067
RGB
CMYK
RGB Variations
Color information
#950067 (or 0x950067) is known color: Eggplant. HEX triplet: 95, 00 and 67. RGB value is (149,0,103). Sum of RGB (Red+Green+Blue) = 149+0+103=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #950067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950067 is #6AFF98. Grayscale: #383838. Windows color (decimal): -7012249 or 6750357. OLE color: 6750357.
HSL color Cylindrical-coordinate representation of color #950067: hue angle of 318.52º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950067 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.31 | 0.42 |
| HSL | 318.52º | 1% | 0.29% | - |
| HSV(B) | 318.52º | 1% | 0.58% | - |
| XYZ | 14.84 | 7.37 | 13.47 | - |
| YUV | 56.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 103 | 0 | 1 | 0.31 | 0.42 | 318.52 | 1 | 0.29 |
| Hex | 95 | 0 | 67 | 0 | 64 | 1F | 2A | 13F | 64 | 1D |
| Octal | 225 | 0 | 147 | 0 | 144 | 37 | 52 | 477 | 144 | 35 |
| Binary | 10010101 | 0 | 1100111 | 0 | 1100100 | 11111 | 101010 | 100111111 | 1100100 | 11101 |
Color Harmonies of #950067
Complementary color
Monochromatic Colors of #950067
Black with #950067
Text Example
Text Example
White with #950067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950067; }
p { color: rgb(149,0,103); }
H1.HeaderClassName
{
color: #950067;
}
.AnyTagClassName
{
color: #950067;
}
</style>
background-color css
<style>
a { background-color: #950067; }
a { background-color: rgb(149,0,103); }
div.DivClassName
{
background-color: #950067;
}
.BgClassName
{
background-color: #950067;
}
</style>
border-color css
<style>
span { border-color: #950067; }
span { border-color: rgb(149,0,103); }
td.TdClassName
{
border-color: #950067;
}
.TagClassName
{
border-color: #950067;
}
</style>