Shades of Dark Purple #953176
Tints of Dark Purple #953176
RGB
CMYK
RGB Variations
Color information
#953176 (or 0x953176) is known color: Dark Purple. HEX triplet: 95, 31 and 76. RGB value is (149,49,118). Sum of RGB (Red+Green+Blue) = 149+49+118=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #953176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953176 is #6ACE89. Grayscale: #565656. Windows color (decimal): -6999690 or 7745941. OLE color: 7745941.
HSL color Cylindrical-coordinate representation of color #953176: hue angle of 318.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953176 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 118 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.42 |
| HSL | 318.6º | 0.51% | 0.39% | - |
| HSV(B) | 318.6º | 0.67% | 0.58% | - |
| XYZ | 16.76 | 9.89 | 18.17 | - |
| YUV | 86.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 118 | 0 | 0.67 | 0.21 | 0.42 | 318.6 | 0.51 | 0.39 |
| Hex | 95 | 31 | 76 | 0 | 43 | 15 | 2A | 13F | 33 | 27 |
| Octal | 225 | 61 | 166 | 0 | 103 | 25 | 52 | 477 | 63 | 47 |
| Binary | 10010101 | 110001 | 1110110 | 0 | 1000011 | 10101 | 101010 | 100111111 | 110011 | 100111 |
Color Harmonies of #953176
Complementary color
Monochromatic Colors of #953176
Black with #953176
Text Example
Text Example
White with #953176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953176; }
p { color: rgb(149,49,118); }
H1.HeaderClassName
{
color: #953176;
}
.AnyTagClassName
{
color: #953176;
}
</style>
background-color css
<style>
a { background-color: #953176; }
a { background-color: rgb(149,49,118); }
div.DivClassName
{
background-color: #953176;
}
.BgClassName
{
background-color: #953176;
}
</style>
border-color css
<style>
span { border-color: #953176; }
span { border-color: rgb(149,49,118); }
td.TdClassName
{
border-color: #953176;
}
.TagClassName
{
border-color: #953176;
}
</style>