Shades of Dark Purple #952581
Tints of Dark Purple #952581
RGB
CMYK
RGB Variations
Color information
#952581 (or 0x952581) is known color: Dark Purple. HEX triplet: 95, 25 and 81. RGB value is (149,37,129). Sum of RGB (Red+Green+Blue) = 149+37+129=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952581 is #6ADA7E. Grayscale: #505050. Windows color (decimal): -7002751 or 8463765. OLE color: 8463765.
HSL color Cylindrical-coordinate representation of color #952581: hue angle of 310.71º 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 #952581 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 129 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.42 |
| HSL | 310.71º | 0.6% | 0.36% | - |
| HSV(B) | 310.71º | 0.75% | 0.58% | - |
| XYZ | 17.02 | 9.3 | 21.67 | - |
| YUV | 80.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 129 | 0 | 0.75 | 0.13 | 0.42 | 310.71 | 0.6 | 0.36 |
| Hex | 95 | 25 | 81 | 0 | 4B | D | 2A | 137 | 3C | 24 |
| Octal | 225 | 45 | 201 | 0 | 113 | 15 | 52 | 467 | 74 | 44 |
| Binary | 10010101 | 100101 | 10000001 | 0 | 1001011 | 1101 | 101010 | 100110111 | 111100 | 100100 |
Color Harmonies of #952581
Complementary color
Monochromatic Colors of #952581
Black with #952581
Text Example
Text Example
White with #952581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952581; }
p { color: rgb(149,37,129); }
H1.HeaderClassName
{
color: #952581;
}
.AnyTagClassName
{
color: #952581;
}
</style>
background-color css
<style>
a { background-color: #952581; }
a { background-color: rgb(149,37,129); }
div.DivClassName
{
background-color: #952581;
}
.BgClassName
{
background-color: #952581;
}
</style>
border-color css
<style>
span { border-color: #952581; }
span { border-color: rgb(149,37,129); }
td.TdClassName
{
border-color: #952581;
}
.TagClassName
{
border-color: #952581;
}
</style>