Shades of Dark Purple #952576
Tints of Dark Purple #952576
RGB
CMYK
RGB Variations
Color information
#952576 (or 0x952576) is known color: Dark Purple. HEX triplet: 95, 25 and 76. RGB value is (149,37,118). Sum of RGB (Red+Green+Blue) = 149+37+118=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952576 is #6ADA89. Grayscale: #4F4F4F. Windows color (decimal): -7002762 or 7742869. OLE color: 7742869.
HSL color Cylindrical-coordinate representation of color #952576: hue angle of 316.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952576 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 118 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.42 |
| HSL | 316.61º | 0.6% | 0.36% | - |
| HSV(B) | 316.61º | 0.75% | 0.58% | - |
| XYZ | 16.33 | 9.02 | 18.02 | - |
| YUV | 79.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 118 | 0 | 0.75 | 0.21 | 0.42 | 316.61 | 0.6 | 0.36 |
| Hex | 95 | 25 | 76 | 0 | 4B | 15 | 2A | 13D | 3C | 24 |
| Octal | 225 | 45 | 166 | 0 | 113 | 25 | 52 | 475 | 74 | 44 |
| Binary | 10010101 | 100101 | 1110110 | 0 | 1001011 | 10101 | 101010 | 100111101 | 111100 | 100100 |
Color Harmonies of #952576
Complementary color
Monochromatic Colors of #952576
Black with #952576
Text Example
Text Example
White with #952576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952576; }
p { color: rgb(149,37,118); }
H1.HeaderClassName
{
color: #952576;
}
.AnyTagClassName
{
color: #952576;
}
</style>
background-color css
<style>
a { background-color: #952576; }
a { background-color: rgb(149,37,118); }
div.DivClassName
{
background-color: #952576;
}
.BgClassName
{
background-color: #952576;
}
</style>
border-color css
<style>
span { border-color: #952576; }
span { border-color: rgb(149,37,118); }
td.TdClassName
{
border-color: #952576;
}
.TagClassName
{
border-color: #952576;
}
</style>