Shades of Dark Purple #951776
Tints of Dark Purple #951776
RGB
CMYK
RGB Variations
Color information
#951776 (or 0x951776) is known color: Dark Purple. HEX triplet: 95, 17 and 76. RGB value is (149,23,118). Sum of RGB (Red+Green+Blue) = 149+23+118=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #951776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951776 is #6AE889. Grayscale: #474747. Windows color (decimal): -7006346 or 7739285. OLE color: 7739285.
HSL color Cylindrical-coordinate representation of color #951776: hue angle of 314.76º 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 #951776 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 118 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.42 |
| HSL | 314.76º | 0.73% | 0.34% | - |
| HSV(B) | 314.76º | 0.85% | 0.58% | - |
| XYZ | 15.97 | 8.31 | 17.9 | - |
| YUV | 71.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 118 | 0 | 0.85 | 0.21 | 0.42 | 314.76 | 0.73 | 0.34 |
| Hex | 95 | 17 | 76 | 0 | 55 | 15 | 2A | 13B | 49 | 22 |
| Octal | 225 | 27 | 166 | 0 | 125 | 25 | 52 | 473 | 111 | 42 |
| Binary | 10010101 | 10111 | 1110110 | 0 | 1010101 | 10101 | 101010 | 100111011 | 1001001 | 100010 |
Color Harmonies of #951776
Complementary color
Monochromatic Colors of #951776
Black with #951776
Text Example
Text Example
White with #951776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951776; }
p { color: rgb(149,23,118); }
H1.HeaderClassName
{
color: #951776;
}
.AnyTagClassName
{
color: #951776;
}
</style>
background-color css
<style>
a { background-color: #951776; }
a { background-color: rgb(149,23,118); }
div.DivClassName
{
background-color: #951776;
}
.BgClassName
{
background-color: #951776;
}
</style>
border-color css
<style>
span { border-color: #951776; }
span { border-color: rgb(149,23,118); }
td.TdClassName
{
border-color: #951776;
}
.TagClassName
{
border-color: #951776;
}
</style>