Shades of Dark Purple #953580
Tints of Dark Purple #953580
RGB
CMYK
RGB Variations
Color information
#953580 (or 0x953580) is known color: Dark Purple. HEX triplet: 95, 35 and 80. RGB value is (149,53,128). Sum of RGB (Red+Green+Blue) = 149+53+128=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953580 is #6ACA7F. Grayscale: #5A5A5A. Windows color (decimal): -6998656 or 8402325. OLE color: 8402325.
HSL color Cylindrical-coordinate representation of color #953580: hue angle of 313.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953580 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 128 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.42 |
| HSL | 313.13º | 0.48% | 0.4% | - |
| HSV(B) | 313.13º | 0.64% | 0.58% | - |
| XYZ | 17.56 | 10.49 | 21.52 | - |
| YUV | 90.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 128 | 0 | 0.64 | 0.14 | 0.42 | 313.13 | 0.48 | 0.4 |
| Hex | 95 | 35 | 80 | 0 | 40 | E | 2A | 139 | 30 | 28 |
| Octal | 225 | 65 | 200 | 0 | 100 | 16 | 52 | 471 | 60 | 50 |
| Binary | 10010101 | 110101 | 10000000 | 0 | 1000000 | 1110 | 101010 | 100111001 | 110000 | 101000 |
Color Harmonies of #953580
Complementary color
Monochromatic Colors of #953580
Black with #953580
Text Example
Text Example
White with #953580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953580; }
p { color: rgb(149,53,128); }
H1.HeaderClassName
{
color: #953580;
}
.AnyTagClassName
{
color: #953580;
}
</style>
background-color css
<style>
a { background-color: #953580; }
a { background-color: rgb(149,53,128); }
div.DivClassName
{
background-color: #953580;
}
.BgClassName
{
background-color: #953580;
}
</style>
border-color css
<style>
span { border-color: #953580; }
span { border-color: rgb(149,53,128); }
td.TdClassName
{
border-color: #953580;
}
.TagClassName
{
border-color: #953580;
}
</style>