Shades of Dark Purple #951979
Tints of Dark Purple #951979
RGB
CMYK
RGB Variations
Color information
#951979 (or 0x951979) is known color: Dark Purple. HEX triplet: 95, 19 and 79. RGB value is (149,25,121). Sum of RGB (Red+Green+Blue) = 149+25+121=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951979 is #6AE686. Grayscale: #484848. Windows color (decimal): -7005831 or 7936405. OLE color: 7936405.
HSL color Cylindrical-coordinate representation of color #951979: hue angle of 313.55º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951979 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 121 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.42 |
| HSL | 313.55º | 0.71% | 0.34% | - |
| HSV(B) | 313.55º | 0.83% | 0.58% | - |
| XYZ | 16.19 | 8.47 | 18.87 | - |
| YUV | 73.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 121 | 0 | 0.83 | 0.19 | 0.42 | 313.55 | 0.71 | 0.34 |
| Hex | 95 | 19 | 79 | 0 | 53 | 13 | 2A | 13A | 47 | 22 |
| Octal | 225 | 31 | 171 | 0 | 123 | 23 | 52 | 472 | 107 | 42 |
| Binary | 10010101 | 11001 | 1111001 | 0 | 1010011 | 10011 | 101010 | 100111010 | 1000111 | 100010 |
Color Harmonies of #951979
Complementary color
Monochromatic Colors of #951979
Black with #951979
Text Example
Text Example
White with #951979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951979; }
p { color: rgb(149,25,121); }
H1.HeaderClassName
{
color: #951979;
}
.AnyTagClassName
{
color: #951979;
}
</style>
background-color css
<style>
a { background-color: #951979; }
a { background-color: rgb(149,25,121); }
div.DivClassName
{
background-color: #951979;
}
.BgClassName
{
background-color: #951979;
}
</style>
border-color css
<style>
span { border-color: #951979; }
span { border-color: rgb(149,25,121); }
td.TdClassName
{
border-color: #951979;
}
.TagClassName
{
border-color: #951979;
}
</style>