Shades of Dark Purple #953773
Tints of Dark Purple #953773
RGB
CMYK
RGB Variations
Color information
#953773 (or 0x953773) is known color: Dark Purple. HEX triplet: 95, 37 and 73. RGB value is (149,55,115). Sum of RGB (Red+Green+Blue) = 149+55+115=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #953773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953773 is #6AC88C. Grayscale: #595959. Windows color (decimal): -6998157 or 7550869. OLE color: 7550869.
HSL color Cylindrical-coordinate representation of color #953773: hue angle of 321.7º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953773 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 115 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.42 |
| HSL | 321.7º | 0.46% | 0.4% | - |
| HSV(B) | 321.7º | 0.63% | 0.58% | - |
| XYZ | 16.86 | 10.36 | 17.33 | - |
| YUV | 89.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 115 | 0 | 0.63 | 0.23 | 0.42 | 321.7 | 0.46 | 0.4 |
| Hex | 95 | 37 | 73 | 0 | 3F | 17 | 2A | 142 | 2E | 28 |
| Octal | 225 | 67 | 163 | 0 | 77 | 27 | 52 | 502 | 56 | 50 |
| Binary | 10010101 | 110111 | 1110011 | 0 | 111111 | 10111 | 101010 | 101000010 | 101110 | 101000 |
Color Harmonies of #953773
Complementary color
Monochromatic Colors of #953773
Black with #953773
Text Example
Text Example
White with #953773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953773; }
p { color: rgb(149,55,115); }
H1.HeaderClassName
{
color: #953773;
}
.AnyTagClassName
{
color: #953773;
}
</style>
background-color css
<style>
a { background-color: #953773; }
a { background-color: rgb(149,55,115); }
div.DivClassName
{
background-color: #953773;
}
.BgClassName
{
background-color: #953773;
}
</style>
border-color css
<style>
span { border-color: #953773; }
span { border-color: rgb(149,55,115); }
td.TdClassName
{
border-color: #953773;
}
.TagClassName
{
border-color: #953773;
}
</style>