Shades of Dark Purple #952D81
Tints of Dark Purple #952D81
RGB
CMYK
RGB Variations
Color information
#952D81 (or 0x952D81) is known color: Dark Purple. HEX triplet: 95, 2D and 81. RGB value is (149,45,129). Sum of RGB (Red+Green+Blue) = 149+45+129=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D81 is #6AD27E. Grayscale: #555555. Windows color (decimal): -7000703 or 8465813. OLE color: 8465813.
HSL color Cylindrical-coordinate representation of color #952D81: hue angle of 311.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D81 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 129 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.42 |
| HSL | 311.54º | 0.54% | 0.38% | - |
| HSV(B) | 311.54º | 0.7% | 0.58% | - |
| XYZ | 17.3 | 9.85 | 21.76 | - |
| YUV | 85.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 129 | 0 | 0.70 | 0.13 | 0.42 | 311.54 | 0.54 | 0.38 |
| Hex | 95 | 2D | 81 | 0 | 46 | D | 2A | 138 | 36 | 26 |
| Octal | 225 | 55 | 201 | 0 | 106 | 15 | 52 | 470 | 66 | 46 |
| Binary | 10010101 | 101101 | 10000001 | 0 | 1000110 | 1101 | 101010 | 100111000 | 110110 | 100110 |
Color Harmonies of #952D81
Complementary color
Monochromatic Colors of #952D81
Black with #952D81
Text Example
Text Example
White with #952D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D81; }
p { color: rgb(149,45,129); }
H1.HeaderClassName
{
color: #952D81;
}
.AnyTagClassName
{
color: #952D81;
}
</style>
background-color css
<style>
a { background-color: #952D81; }
a { background-color: rgb(149,45,129); }
div.DivClassName
{
background-color: #952D81;
}
.BgClassName
{
background-color: #952D81;
}
</style>
border-color css
<style>
span { border-color: #952D81; }
span { border-color: rgb(149,45,129); }
td.TdClassName
{
border-color: #952D81;
}
.TagClassName
{
border-color: #952D81;
}
</style>