Shades of Eggplant #950365
Tints of Eggplant #950365
RGB
CMYK
RGB Variations
Color information
#950365 (or 0x950365) is known color: Eggplant. HEX triplet: 95, 03 and 65. RGB value is (149,3,101). Sum of RGB (Red+Green+Blue) = 149+3+101=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #950365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950365 is #6AFC9A. Grayscale: #393939. Windows color (decimal): -7011483 or 6620053. OLE color: 6620053.
HSL color Cylindrical-coordinate representation of color #950365: hue angle of 319.73º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950365 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.42 |
| HSL | 319.73º | 0.96% | 0.3% | - |
| HSV(B) | 319.73º | 0.98% | 0.58% | - |
| XYZ | 14.78 | 7.39 | 12.96 | - |
| YUV | 57.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 101 | 0 | 0.98 | 0.32 | 0.42 | 319.73 | 0.96 | 0.3 |
| Hex | 95 | 3 | 65 | 0 | 62 | 20 | 2A | 140 | 60 | 1E |
| Octal | 225 | 3 | 145 | 0 | 142 | 40 | 52 | 500 | 140 | 36 |
| Binary | 10010101 | 11 | 1100101 | 0 | 1100010 | 100000 | 101010 | 101000000 | 1100000 | 11110 |
Color Harmonies of #950365
Complementary color
Monochromatic Colors of #950365
Black with #950365
Text Example
Text Example
White with #950365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950365; }
p { color: rgb(149,3,101); }
H1.HeaderClassName
{
color: #950365;
}
.AnyTagClassName
{
color: #950365;
}
</style>
background-color css
<style>
a { background-color: #950365; }
a { background-color: rgb(149,3,101); }
div.DivClassName
{
background-color: #950365;
}
.BgClassName
{
background-color: #950365;
}
</style>
border-color css
<style>
span { border-color: #950365; }
span { border-color: rgb(149,3,101); }
td.TdClassName
{
border-color: #950365;
}
.TagClassName
{
border-color: #950365;
}
</style>