Shades of Dark Purple #952977
Tints of Dark Purple #952977
RGB
CMYK
RGB Variations
Color information
#952977 (or 0x952977) is known color: Dark Purple. HEX triplet: 95, 29 and 77. RGB value is (149,41,119). Sum of RGB (Red+Green+Blue) = 149+41+119=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #952977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952977 is #6AD688. Grayscale: #515151. Windows color (decimal): -7001737 or 7809429. OLE color: 7809429.
HSL color Cylindrical-coordinate representation of color #952977: hue angle of 316.67º degrees, saturation: 0.57, 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 #952977 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 119 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.42 |
| HSL | 316.67º | 0.57% | 0.37% | - |
| HSV(B) | 316.67º | 0.72% | 0.58% | - |
| XYZ | 16.52 | 9.31 | 18.38 | - |
| YUV | 82.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 119 | 0 | 0.72 | 0.20 | 0.42 | 316.67 | 0.57 | 0.37 |
| Hex | 95 | 29 | 77 | 0 | 48 | 14 | 2A | 13D | 39 | 25 |
| Octal | 225 | 51 | 167 | 0 | 110 | 24 | 52 | 475 | 71 | 45 |
| Binary | 10010101 | 101001 | 1110111 | 0 | 1001000 | 10100 | 101010 | 100111101 | 111001 | 100101 |
Color Harmonies of #952977
Complementary color
Monochromatic Colors of #952977
Black with #952977
Text Example
Text Example
White with #952977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952977; }
p { color: rgb(149,41,119); }
H1.HeaderClassName
{
color: #952977;
}
.AnyTagClassName
{
color: #952977;
}
</style>
background-color css
<style>
a { background-color: #952977; }
a { background-color: rgb(149,41,119); }
div.DivClassName
{
background-color: #952977;
}
.BgClassName
{
background-color: #952977;
}
</style>
border-color css
<style>
span { border-color: #952977; }
span { border-color: rgb(149,41,119); }
td.TdClassName
{
border-color: #952977;
}
.TagClassName
{
border-color: #952977;
}
</style>