Shades of Dark Purple #952771
Tints of Dark Purple #952771
RGB
CMYK
RGB Variations
Color information
#952771 (or 0x952771) is known color: Dark Purple. HEX triplet: 95, 27 and 71. RGB value is (149,39,113). Sum of RGB (Red+Green+Blue) = 149+39+113=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952771 is #6AD88E. Grayscale: #505050. Windows color (decimal): -7002255 or 7415701. OLE color: 7415701.
HSL color Cylindrical-coordinate representation of color #952771: hue angle of 319.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952771 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 113 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.42 |
| HSL | 319.64º | 0.59% | 0.37% | - |
| HSV(B) | 319.64º | 0.74% | 0.58% | - |
| XYZ | 16.1 | 9.03 | 16.52 | - |
| YUV | 80.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 113 | 0 | 0.74 | 0.24 | 0.42 | 319.64 | 0.59 | 0.37 |
| Hex | 95 | 27 | 71 | 0 | 4A | 18 | 2A | 140 | 3B | 25 |
| Octal | 225 | 47 | 161 | 0 | 112 | 30 | 52 | 500 | 73 | 45 |
| Binary | 10010101 | 100111 | 1110001 | 0 | 1001010 | 11000 | 101010 | 101000000 | 111011 | 100101 |
Color Harmonies of #952771
Complementary color
Monochromatic Colors of #952771
Black with #952771
Text Example
Text Example
White with #952771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952771; }
p { color: rgb(149,39,113); }
H1.HeaderClassName
{
color: #952771;
}
.AnyTagClassName
{
color: #952771;
}
</style>
background-color css
<style>
a { background-color: #952771; }
a { background-color: rgb(149,39,113); }
div.DivClassName
{
background-color: #952771;
}
.BgClassName
{
background-color: #952771;
}
</style>
border-color css
<style>
span { border-color: #952771; }
span { border-color: rgb(149,39,113); }
td.TdClassName
{
border-color: #952771;
}
.TagClassName
{
border-color: #952771;
}
</style>