Shades of Dark Purple #952D77
Tints of Dark Purple #952D77
RGB
CMYK
RGB Variations
Color information
#952D77 (or 0x952D77) is known color: Dark Purple. HEX triplet: 95, 2D and 77. RGB value is (149,45,119). Sum of RGB (Red+Green+Blue) = 149+45+119=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #952D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D77 is #6AD288. Grayscale: #545454. Windows color (decimal): -7000713 or 7810453. OLE color: 7810453.
HSL color Cylindrical-coordinate representation of color #952D77: hue angle of 317.31º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D77 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 119 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.42 |
| HSL | 317.31º | 0.54% | 0.38% | - |
| HSV(B) | 317.31º | 0.7% | 0.58% | - |
| XYZ | 16.66 | 9.6 | 18.43 | - |
| YUV | 84.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 119 | 0 | 0.70 | 0.20 | 0.42 | 317.31 | 0.54 | 0.38 |
| Hex | 95 | 2D | 77 | 0 | 46 | 14 | 2A | 13D | 36 | 26 |
| Octal | 225 | 55 | 167 | 0 | 106 | 24 | 52 | 475 | 66 | 46 |
| Binary | 10010101 | 101101 | 1110111 | 0 | 1000110 | 10100 | 101010 | 100111101 | 110110 | 100110 |
Color Harmonies of #952D77
Complementary color
Monochromatic Colors of #952D77
Black with #952D77
Text Example
Text Example
White with #952D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D77; }
p { color: rgb(149,45,119); }
H1.HeaderClassName
{
color: #952D77;
}
.AnyTagClassName
{
color: #952D77;
}
</style>
background-color css
<style>
a { background-color: #952D77; }
a { background-color: rgb(149,45,119); }
div.DivClassName
{
background-color: #952D77;
}
.BgClassName
{
background-color: #952D77;
}
</style>
border-color css
<style>
span { border-color: #952D77; }
span { border-color: rgb(149,45,119); }
td.TdClassName
{
border-color: #952D77;
}
.TagClassName
{
border-color: #952D77;
}
</style>