Shades of Dark Purple #952B77
Tints of Dark Purple #952B77
RGB
CMYK
RGB Variations
Color information
#952B77 (or 0x952B77) is known color: Dark Purple. HEX triplet: 95, 2B and 77. RGB value is (149,43,119). Sum of RGB (Red+Green+Blue) = 149+43+119=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B77 is #6AD488. Grayscale: #535353. Windows color (decimal): -7001225 or 7809941. OLE color: 7809941.
HSL color Cylindrical-coordinate representation of color #952B77: hue angle of 316.98º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B77 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 119 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.42 |
| HSL | 316.98º | 0.55% | 0.38% | - |
| HSV(B) | 316.98º | 0.71% | 0.58% | - |
| XYZ | 16.59 | 9.45 | 18.4 | - |
| YUV | 83.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 119 | 0 | 0.71 | 0.20 | 0.42 | 316.98 | 0.55 | 0.38 |
| Hex | 95 | 2B | 77 | 0 | 47 | 14 | 2A | 13D | 37 | 26 |
| Octal | 225 | 53 | 167 | 0 | 107 | 24 | 52 | 475 | 67 | 46 |
| Binary | 10010101 | 101011 | 1110111 | 0 | 1000111 | 10100 | 101010 | 100111101 | 110111 | 100110 |
Color Harmonies of #952B77
Complementary color
Monochromatic Colors of #952B77
Black with #952B77
Text Example
Text Example
White with #952B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B77; }
p { color: rgb(149,43,119); }
H1.HeaderClassName
{
color: #952B77;
}
.AnyTagClassName
{
color: #952B77;
}
</style>
background-color css
<style>
a { background-color: #952B77; }
a { background-color: rgb(149,43,119); }
div.DivClassName
{
background-color: #952B77;
}
.BgClassName
{
background-color: #952B77;
}
</style>
border-color css
<style>
span { border-color: #952B77; }
span { border-color: rgb(149,43,119); }
td.TdClassName
{
border-color: #952B77;
}
.TagClassName
{
border-color: #952B77;
}
</style>