Shades of Dark Purple #952A77
Tints of Dark Purple #952A77
RGB
CMYK
RGB Variations
Color information
#952A77 (or 0x952A77) is known color: Dark Purple. HEX triplet: 95, 2A and 77. RGB value is (149,42,119). Sum of RGB (Red+Green+Blue) = 149+42+119=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A77 is #6AD588. Grayscale: #525252. Windows color (decimal): -7001481 or 7809685. OLE color: 7809685.
HSL color Cylindrical-coordinate representation of color #952A77: hue angle of 316.82º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A77 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 119 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.42 |
| HSL | 316.82º | 0.56% | 0.37% | - |
| HSV(B) | 316.82º | 0.72% | 0.58% | - |
| XYZ | 16.55 | 9.38 | 18.39 | - |
| YUV | 82.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 119 | 0 | 0.72 | 0.20 | 0.42 | 316.82 | 0.56 | 0.37 |
| Hex | 95 | 2A | 77 | 0 | 48 | 14 | 2A | 13D | 38 | 25 |
| Octal | 225 | 52 | 167 | 0 | 110 | 24 | 52 | 475 | 70 | 45 |
| Binary | 10010101 | 101010 | 1110111 | 0 | 1001000 | 10100 | 101010 | 100111101 | 111000 | 100101 |
Color Harmonies of #952A77
Complementary color
Monochromatic Colors of #952A77
Black with #952A77
Text Example
Text Example
White with #952A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A77; }
p { color: rgb(149,42,119); }
H1.HeaderClassName
{
color: #952A77;
}
.AnyTagClassName
{
color: #952A77;
}
</style>
background-color css
<style>
a { background-color: #952A77; }
a { background-color: rgb(149,42,119); }
div.DivClassName
{
background-color: #952A77;
}
.BgClassName
{
background-color: #952A77;
}
</style>
border-color css
<style>
span { border-color: #952A77; }
span { border-color: rgb(149,42,119); }
td.TdClassName
{
border-color: #952A77;
}
.TagClassName
{
border-color: #952A77;
}
</style>