Shades of Dark Purple #951177
Tints of Dark Purple #951177
RGB
CMYK
RGB Variations
Color information
#951177 (or 0x951177) is known color: Dark Purple. HEX triplet: 95, 11 and 77. RGB value is (149,17,119). Sum of RGB (Red+Green+Blue) = 149+17+119=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951177 is #6AEE88. Grayscale: #434343. Windows color (decimal): -7007881 or 7803285. OLE color: 7803285.
HSL color Cylindrical-coordinate representation of color #951177: hue angle of 313.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951177 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 119 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.42 |
| HSL | 313.64º | 0.8% | 0.33% | - |
| HSV(B) | 313.64º | 0.89% | 0.58% | - |
| XYZ | 15.92 | 8.12 | 18.18 | - |
| YUV | 68.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 119 | 0 | 0.89 | 0.20 | 0.42 | 313.64 | 0.8 | 0.33 |
| Hex | 95 | 11 | 77 | 0 | 59 | 14 | 2A | 13A | 50 | 21 |
| Octal | 225 | 21 | 167 | 0 | 131 | 24 | 52 | 472 | 120 | 41 |
| Binary | 10010101 | 10001 | 1110111 | 0 | 1011001 | 10100 | 101010 | 100111010 | 1010000 | 100001 |
Color Harmonies of #951177
Complementary color
Monochromatic Colors of #951177
Black with #951177
Text Example
Text Example
White with #951177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951177; }
p { color: rgb(149,17,119); }
H1.HeaderClassName
{
color: #951177;
}
.AnyTagClassName
{
color: #951177;
}
</style>
background-color css
<style>
a { background-color: #951177; }
a { background-color: rgb(149,17,119); }
div.DivClassName
{
background-color: #951177;
}
.BgClassName
{
background-color: #951177;
}
</style>
border-color css
<style>
span { border-color: #951177; }
span { border-color: rgb(149,17,119); }
td.TdClassName
{
border-color: #951177;
}
.TagClassName
{
border-color: #951177;
}
</style>