Shades of Dark Purple #952076
Tints of Dark Purple #952076
RGB
CMYK
RGB Variations
Color information
#952076 (or 0x952076) is known color: Dark Purple. HEX triplet: 95, 20 and 76. RGB value is (149,32,118). Sum of RGB (Red+Green+Blue) = 149+32+118=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952076 is #6ADF89. Grayscale: #4C4C4C. Windows color (decimal): -7004042 or 7741589. OLE color: 7741589.
HSL color Cylindrical-coordinate representation of color #952076: hue angle of 315.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952076 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 118 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.42 |
| HSL | 315.9º | 0.65% | 0.35% | - |
| HSV(B) | 315.9º | 0.79% | 0.58% | - |
| XYZ | 16.18 | 8.73 | 17.97 | - |
| YUV | 76.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 118 | 0 | 0.79 | 0.21 | 0.42 | 315.9 | 0.65 | 0.35 |
| Hex | 95 | 20 | 76 | 0 | 4F | 15 | 2A | 13C | 41 | 23 |
| Octal | 225 | 40 | 166 | 0 | 117 | 25 | 52 | 474 | 101 | 43 |
| Binary | 10010101 | 100000 | 1110110 | 0 | 1001111 | 10101 | 101010 | 100111100 | 1000001 | 100011 |
Color Harmonies of #952076
Complementary color
Monochromatic Colors of #952076
Black with #952076
Text Example
Text Example
White with #952076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952076; }
p { color: rgb(149,32,118); }
H1.HeaderClassName
{
color: #952076;
}
.AnyTagClassName
{
color: #952076;
}
</style>
background-color css
<style>
a { background-color: #952076; }
a { background-color: rgb(149,32,118); }
div.DivClassName
{
background-color: #952076;
}
.BgClassName
{
background-color: #952076;
}
</style>
border-color css
<style>
span { border-color: #952076; }
span { border-color: rgb(149,32,118); }
td.TdClassName
{
border-color: #952076;
}
.TagClassName
{
border-color: #952076;
}
</style>