Shades of Dark Purple #951978
Tints of Dark Purple #951978
RGB
CMYK
RGB Variations
Color information
#951978 (or 0x951978) is known color: Dark Purple. HEX triplet: 95, 19 and 78. RGB value is (149,25,120). Sum of RGB (Red+Green+Blue) = 149+25+120=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #951978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951978 is #6AE687. Grayscale: #484848. Windows color (decimal): -7005832 or 7870869. OLE color: 7870869.
HSL color Cylindrical-coordinate representation of color #951978: hue angle of 314.03º 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 #951978 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 120 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.42 |
| HSL | 314.03º | 0.71% | 0.34% | - |
| HSV(B) | 314.03º | 0.83% | 0.58% | - |
| XYZ | 16.13 | 8.44 | 18.55 | - |
| YUV | 72.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 120 | 0 | 0.83 | 0.19 | 0.42 | 314.03 | 0.71 | 0.34 |
| Hex | 95 | 19 | 78 | 0 | 53 | 13 | 2A | 13A | 47 | 22 |
| Octal | 225 | 31 | 170 | 0 | 123 | 23 | 52 | 472 | 107 | 42 |
| Binary | 10010101 | 11001 | 1111000 | 0 | 1010011 | 10011 | 101010 | 100111010 | 1000111 | 100010 |
Color Harmonies of #951978
Complementary color
Monochromatic Colors of #951978
Black with #951978
Text Example
Text Example
White with #951978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951978; }
p { color: rgb(149,25,120); }
H1.HeaderClassName
{
color: #951978;
}
.AnyTagClassName
{
color: #951978;
}
</style>
background-color css
<style>
a { background-color: #951978; }
a { background-color: rgb(149,25,120); }
div.DivClassName
{
background-color: #951978;
}
.BgClassName
{
background-color: #951978;
}
</style>
border-color css
<style>
span { border-color: #951978; }
span { border-color: rgb(149,25,120); }
td.TdClassName
{
border-color: #951978;
}
.TagClassName
{
border-color: #951978;
}
</style>