Shades of Eggplant #950367
Tints of Eggplant #950367
RGB
CMYK
RGB Variations
Color information
#950367 (or 0x950367) is known color: Eggplant. HEX triplet: 95, 03 and 67. RGB value is (149,3,103). Sum of RGB (Red+Green+Blue) = 149+3+103=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950367 is #6AFC98. Grayscale: #393939. Windows color (decimal): -7011481 or 6751125. OLE color: 6751125.
HSL color Cylindrical-coordinate representation of color #950367: hue angle of 318.9º 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 #950367 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.42 |
| HSL | 318.9º | 0.96% | 0.3% | - |
| HSV(B) | 318.9º | 0.98% | 0.58% | - |
| XYZ | 14.88 | 7.43 | 13.48 | - |
| YUV | 58.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 103 | 0 | 0.98 | 0.31 | 0.42 | 318.9 | 0.96 | 0.3 |
| Hex | 95 | 3 | 67 | 0 | 62 | 1F | 2A | 13F | 60 | 1E |
| Octal | 225 | 3 | 147 | 0 | 142 | 37 | 52 | 477 | 140 | 36 |
| Binary | 10010101 | 11 | 1100111 | 0 | 1100010 | 11111 | 101010 | 100111111 | 1100000 | 11110 |
Color Harmonies of #950367
Complementary color
Monochromatic Colors of #950367
Black with #950367
Text Example
Text Example
White with #950367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950367; }
p { color: rgb(149,3,103); }
H1.HeaderClassName
{
color: #950367;
}
.AnyTagClassName
{
color: #950367;
}
</style>
background-color css
<style>
a { background-color: #950367; }
a { background-color: rgb(149,3,103); }
div.DivClassName
{
background-color: #950367;
}
.BgClassName
{
background-color: #950367;
}
</style>
border-color css
<style>
span { border-color: #950367; }
span { border-color: rgb(149,3,103); }
td.TdClassName
{
border-color: #950367;
}
.TagClassName
{
border-color: #950367;
}
</style>