Shades of Dark Purple #952276
Tints of Dark Purple #952276
RGB
CMYK
RGB Variations
Color information
#952276 (or 0x952276) is known color: Dark Purple. HEX triplet: 95, 22 and 76. RGB value is (149,34,118). Sum of RGB (Red+Green+Blue) = 149+34+118=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952276 is #6ADD89. Grayscale: #4D4D4D. Windows color (decimal): -7003530 or 7742101. OLE color: 7742101.
HSL color Cylindrical-coordinate representation of color #952276: hue angle of 316.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952276 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 118 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.42 |
| HSL | 316.17º | 0.63% | 0.36% | - |
| HSV(B) | 316.17º | 0.77% | 0.58% | - |
| XYZ | 16.24 | 8.84 | 17.99 | - |
| YUV | 77.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 118 | 0 | 0.77 | 0.21 | 0.42 | 316.17 | 0.63 | 0.36 |
| Hex | 95 | 22 | 76 | 0 | 4D | 15 | 2A | 13C | 3F | 24 |
| Octal | 225 | 42 | 166 | 0 | 115 | 25 | 52 | 474 | 77 | 44 |
| Binary | 10010101 | 100010 | 1110110 | 0 | 1001101 | 10101 | 101010 | 100111100 | 111111 | 100100 |
Color Harmonies of #952276
Complementary color
Monochromatic Colors of #952276
Black with #952276
Text Example
Text Example
White with #952276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952276; }
p { color: rgb(149,34,118); }
H1.HeaderClassName
{
color: #952276;
}
.AnyTagClassName
{
color: #952276;
}
</style>
background-color css
<style>
a { background-color: #952276; }
a { background-color: rgb(149,34,118); }
div.DivClassName
{
background-color: #952276;
}
.BgClassName
{
background-color: #952276;
}
</style>
border-color css
<style>
span { border-color: #952276; }
span { border-color: rgb(149,34,118); }
td.TdClassName
{
border-color: #952276;
}
.TagClassName
{
border-color: #952276;
}
</style>