Shades of Dark Purple #953784
Tints of Dark Purple #953784
RGB
CMYK
RGB Variations
Color information
#953784 (or 0x953784) is known color: Dark Purple. HEX triplet: 95, 37 and 84. RGB value is (149,55,132). Sum of RGB (Red+Green+Blue) = 149+55+132=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #953784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953784 is #6AC87B. Grayscale: #5B5B5B. Windows color (decimal): -6998140 or 8664981. OLE color: 8664981.
HSL color Cylindrical-coordinate representation of color #953784: hue angle of 310.85º 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 #953784 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 132 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.42 |
| HSL | 310.85º | 0.46% | 0.4% | - |
| HSV(B) | 310.85º | 0.63% | 0.58% | - |
| XYZ | 17.93 | 10.79 | 22.97 | - |
| YUV | 91.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 132 | 0 | 0.63 | 0.11 | 0.42 | 310.85 | 0.46 | 0.4 |
| Hex | 95 | 37 | 84 | 0 | 3F | B | 2A | 137 | 2E | 28 |
| Octal | 225 | 67 | 204 | 0 | 77 | 13 | 52 | 467 | 56 | 50 |
| Binary | 10010101 | 110111 | 10000100 | 0 | 111111 | 1011 | 101010 | 100110111 | 101110 | 101000 |
Color Harmonies of #953784
Complementary color
Monochromatic Colors of #953784
Black with #953784
Text Example
Text Example
White with #953784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953784; }
p { color: rgb(149,55,132); }
H1.HeaderClassName
{
color: #953784;
}
.AnyTagClassName
{
color: #953784;
}
</style>
background-color css
<style>
a { background-color: #953784; }
a { background-color: rgb(149,55,132); }
div.DivClassName
{
background-color: #953784;
}
.BgClassName
{
background-color: #953784;
}
</style>
border-color css
<style>
span { border-color: #953784; }
span { border-color: rgb(149,55,132); }
td.TdClassName
{
border-color: #953784;
}
.TagClassName
{
border-color: #953784;
}
</style>