Shades of Dark Purple #951777
Tints of Dark Purple #951777
RGB
CMYK
RGB Variations
Color information
#951777 (or 0x951777) is known color: Dark Purple. HEX triplet: 95, 17 and 77. RGB value is (149,23,119). Sum of RGB (Red+Green+Blue) = 149+23+119=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #951777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951777 is #6AE888. Grayscale: #474747. Windows color (decimal): -7006345 or 7804821. OLE color: 7804821.
HSL color Cylindrical-coordinate representation of color #951777: hue angle of 314.29º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951777 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 119 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.42 |
| HSL | 314.29º | 0.73% | 0.34% | - |
| HSV(B) | 314.29º | 0.85% | 0.58% | - |
| XYZ | 16.03 | 8.33 | 18.22 | - |
| YUV | 71.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 119 | 0 | 0.85 | 0.20 | 0.42 | 314.29 | 0.73 | 0.34 |
| Hex | 95 | 17 | 77 | 0 | 55 | 14 | 2A | 13A | 49 | 22 |
| Octal | 225 | 27 | 167 | 0 | 125 | 24 | 52 | 472 | 111 | 42 |
| Binary | 10010101 | 10111 | 1110111 | 0 | 1010101 | 10100 | 101010 | 100111010 | 1001001 | 100010 |
Color Harmonies of #951777
Complementary color
Monochromatic Colors of #951777
Black with #951777
Text Example
Text Example
White with #951777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951777; }
p { color: rgb(149,23,119); }
H1.HeaderClassName
{
color: #951777;
}
.AnyTagClassName
{
color: #951777;
}
</style>
background-color css
<style>
a { background-color: #951777; }
a { background-color: rgb(149,23,119); }
div.DivClassName
{
background-color: #951777;
}
.BgClassName
{
background-color: #951777;
}
</style>
border-color css
<style>
span { border-color: #951777; }
span { border-color: rgb(149,23,119); }
td.TdClassName
{
border-color: #951777;
}
.TagClassName
{
border-color: #951777;
}
</style>