Shades of Dark Purple #952772
Tints of Dark Purple #952772
RGB
CMYK
RGB Variations
Color information
#952772 (or 0x952772) is known color: Dark Purple. HEX triplet: 95, 27 and 72. RGB value is (149,39,114). Sum of RGB (Red+Green+Blue) = 149+39+114=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952772 is #6AD88D. Grayscale: #505050. Windows color (decimal): -7002254 or 7481237. OLE color: 7481237.
HSL color Cylindrical-coordinate representation of color #952772: hue angle of 319.09º 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 #952772 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 114 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.42 |
| HSL | 319.09º | 0.59% | 0.37% | - |
| HSV(B) | 319.09º | 0.74% | 0.58% | - |
| XYZ | 16.16 | 9.06 | 16.82 | - |
| YUV | 80.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 114 | 0 | 0.74 | 0.23 | 0.42 | 319.09 | 0.59 | 0.37 |
| Hex | 95 | 27 | 72 | 0 | 4A | 17 | 2A | 13F | 3B | 25 |
| Octal | 225 | 47 | 162 | 0 | 112 | 27 | 52 | 477 | 73 | 45 |
| Binary | 10010101 | 100111 | 1110010 | 0 | 1001010 | 10111 | 101010 | 100111111 | 111011 | 100101 |
Color Harmonies of #952772
Complementary color
Monochromatic Colors of #952772
Black with #952772
Text Example
Text Example
White with #952772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952772; }
p { color: rgb(149,39,114); }
H1.HeaderClassName
{
color: #952772;
}
.AnyTagClassName
{
color: #952772;
}
</style>
background-color css
<style>
a { background-color: #952772; }
a { background-color: rgb(149,39,114); }
div.DivClassName
{
background-color: #952772;
}
.BgClassName
{
background-color: #952772;
}
</style>
border-color css
<style>
span { border-color: #952772; }
span { border-color: rgb(149,39,114); }
td.TdClassName
{
border-color: #952772;
}
.TagClassName
{
border-color: #952772;
}
</style>