Shades of Eggplant #951369
Tints of Eggplant #951369
RGB
CMYK
RGB Variations
Color information
#951369 (or 0x951369) is known color: Eggplant. HEX triplet: 95, 13 and 69. RGB value is (149,19,105). Sum of RGB (Red+Green+Blue) = 149+19+105=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #951369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951369 is #6AEC96. Grayscale: #434343. Windows color (decimal): -7007383 or 6886293. OLE color: 6886293.
HSL color Cylindrical-coordinate representation of color #951369: hue angle of 320.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951369 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 105 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.42 |
| HSL | 320.31º | 0.77% | 0.33% | - |
| HSV(B) | 320.31º | 0.87% | 0.58% | - |
| XYZ | 15.18 | 7.88 | 14.08 | - |
| YUV | 67.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 105 | 0 | 0.87 | 0.30 | 0.42 | 320.31 | 0.77 | 0.33 |
| Hex | 95 | 13 | 69 | 0 | 57 | 1E | 2A | 140 | 4D | 21 |
| Octal | 225 | 23 | 151 | 0 | 127 | 36 | 52 | 500 | 115 | 41 |
| Binary | 10010101 | 10011 | 1101001 | 0 | 1010111 | 11110 | 101010 | 101000000 | 1001101 | 100001 |
Color Harmonies of #951369
Complementary color
Monochromatic Colors of #951369
Black with #951369
Text Example
Text Example
White with #951369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951369; }
p { color: rgb(149,19,105); }
H1.HeaderClassName
{
color: #951369;
}
.AnyTagClassName
{
color: #951369;
}
</style>
background-color css
<style>
a { background-color: #951369; }
a { background-color: rgb(149,19,105); }
div.DivClassName
{
background-color: #951369;
}
.BgClassName
{
background-color: #951369;
}
</style>
border-color css
<style>
span { border-color: #951369; }
span { border-color: rgb(149,19,105); }
td.TdClassName
{
border-color: #951369;
}
.TagClassName
{
border-color: #951369;
}
</style>