Shades of Dark Purple #952F77
Tints of Dark Purple #952F77
RGB
CMYK
RGB Variations
Color information
#952F77 (or 0x952F77) is known color: Dark Purple. HEX triplet: 95, 2F and 77. RGB value is (149,47,119). Sum of RGB (Red+Green+Blue) = 149+47+119=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F77 is #6AD088. Grayscale: #555555. Windows color (decimal): -7000201 or 7810965. OLE color: 7810965.
HSL color Cylindrical-coordinate representation of color #952F77: hue angle of 317.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F77 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 119 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.42 |
| HSL | 317.65º | 0.52% | 0.38% | - |
| HSV(B) | 317.65º | 0.68% | 0.58% | - |
| XYZ | 16.74 | 9.75 | 18.45 | - |
| YUV | 85.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 119 | 0 | 0.68 | 0.20 | 0.42 | 317.65 | 0.52 | 0.38 |
| Hex | 95 | 2F | 77 | 0 | 44 | 14 | 2A | 13E | 34 | 26 |
| Octal | 225 | 57 | 167 | 0 | 104 | 24 | 52 | 476 | 64 | 46 |
| Binary | 10010101 | 101111 | 1110111 | 0 | 1000100 | 10100 | 101010 | 100111110 | 110100 | 100110 |
Color Harmonies of #952F77
Complementary color
Monochromatic Colors of #952F77
Black with #952F77
Text Example
Text Example
White with #952F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F77; }
p { color: rgb(149,47,119); }
H1.HeaderClassName
{
color: #952F77;
}
.AnyTagClassName
{
color: #952F77;
}
</style>
background-color css
<style>
a { background-color: #952F77; }
a { background-color: rgb(149,47,119); }
div.DivClassName
{
background-color: #952F77;
}
.BgClassName
{
background-color: #952F77;
}
</style>
border-color css
<style>
span { border-color: #952F77; }
span { border-color: rgb(149,47,119); }
td.TdClassName
{
border-color: #952F77;
}
.TagClassName
{
border-color: #952F77;
}
</style>