Shades of Dark Purple #953184
Tints of Dark Purple #953184
RGB
CMYK
RGB Variations
Color information
#953184 (or 0x953184) is known color: Dark Purple. HEX triplet: 95, 31 and 84. RGB value is (149,49,132). Sum of RGB (Red+Green+Blue) = 149+49+132=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953184 is #6ACE7B. Grayscale: #585858. Windows color (decimal): -6999676 or 8663445. OLE color: 8663445.
HSL color Cylindrical-coordinate representation of color #953184: hue angle of 310.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953184 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 132 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.42 |
| HSL | 310.2º | 0.51% | 0.39% | - |
| HSV(B) | 310.2º | 0.67% | 0.58% | - |
| XYZ | 17.66 | 10.25 | 22.88 | - |
| YUV | 88.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 132 | 0 | 0.67 | 0.11 | 0.42 | 310.2 | 0.51 | 0.39 |
| Hex | 95 | 31 | 84 | 0 | 43 | B | 2A | 136 | 33 | 27 |
| Octal | 225 | 61 | 204 | 0 | 103 | 13 | 52 | 466 | 63 | 47 |
| Binary | 10010101 | 110001 | 10000100 | 0 | 1000011 | 1011 | 101010 | 100110110 | 110011 | 100111 |
Color Harmonies of #953184
Complementary color
Monochromatic Colors of #953184
Black with #953184
Text Example
Text Example
White with #953184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953184; }
p { color: rgb(149,49,132); }
H1.HeaderClassName
{
color: #953184;
}
.AnyTagClassName
{
color: #953184;
}
</style>
background-color css
<style>
a { background-color: #953184; }
a { background-color: rgb(149,49,132); }
div.DivClassName
{
background-color: #953184;
}
.BgClassName
{
background-color: #953184;
}
</style>
border-color css
<style>
span { border-color: #953184; }
span { border-color: rgb(149,49,132); }
td.TdClassName
{
border-color: #953184;
}
.TagClassName
{
border-color: #953184;
}
</style>