Shades of Dark Purple #953284
Tints of Dark Purple #953284
RGB
CMYK
RGB Variations
Color information
#953284 (or 0x953284) is known color: Dark Purple. HEX triplet: 95, 32 and 84. RGB value is (149,50,132). Sum of RGB (Red+Green+Blue) = 149+50+132=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953284 is #6ACD7B. Grayscale: #585858. Windows color (decimal): -6999420 or 8663701. OLE color: 8663701.
HSL color Cylindrical-coordinate representation of color #953284: hue angle of 310.3º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953284 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 132 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.42 |
| HSL | 310.3º | 0.5% | 0.39% | - |
| HSV(B) | 310.3º | 0.66% | 0.58% | - |
| XYZ | 17.7 | 10.34 | 22.89 | - |
| YUV | 88.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 132 | 0 | 0.66 | 0.11 | 0.42 | 310.3 | 0.5 | 0.39 |
| Hex | 95 | 32 | 84 | 0 | 42 | B | 2A | 136 | 32 | 27 |
| Octal | 225 | 62 | 204 | 0 | 102 | 13 | 52 | 466 | 62 | 47 |
| Binary | 10010101 | 110010 | 10000100 | 0 | 1000010 | 1011 | 101010 | 100110110 | 110010 | 100111 |
Color Harmonies of #953284
Complementary color
Monochromatic Colors of #953284
Black with #953284
Text Example
Text Example
White with #953284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953284; }
p { color: rgb(149,50,132); }
H1.HeaderClassName
{
color: #953284;
}
.AnyTagClassName
{
color: #953284;
}
</style>
background-color css
<style>
a { background-color: #953284; }
a { background-color: rgb(149,50,132); }
div.DivClassName
{
background-color: #953284;
}
.BgClassName
{
background-color: #953284;
}
</style>
border-color css
<style>
span { border-color: #953284; }
span { border-color: rgb(149,50,132); }
td.TdClassName
{
border-color: #953284;
}
.TagClassName
{
border-color: #953284;
}
</style>