Shades of Dark Purple #953482
Tints of Dark Purple #953482
RGB
CMYK
RGB Variations
Color information
#953482 (or 0x953482) is known color: Dark Purple. HEX triplet: 95, 34 and 82. RGB value is (149,52,130). Sum of RGB (Red+Green+Blue) = 149+52+130=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953482 is #6ACB7D. Grayscale: #595959. Windows color (decimal): -6998910 or 8533141. OLE color: 8533141.
HSL color Cylindrical-coordinate representation of color #953482: hue angle of 311.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953482 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 130 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.42 |
| HSL | 311.75º | 0.48% | 0.39% | - |
| HSV(B) | 311.75º | 0.65% | 0.58% | - |
| XYZ | 17.65 | 10.46 | 22.21 | - |
| YUV | 89.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 130 | 0 | 0.65 | 0.13 | 0.42 | 311.75 | 0.48 | 0.39 |
| Hex | 95 | 34 | 82 | 0 | 41 | D | 2A | 138 | 30 | 27 |
| Octal | 225 | 64 | 202 | 0 | 101 | 15 | 52 | 470 | 60 | 47 |
| Binary | 10010101 | 110100 | 10000010 | 0 | 1000001 | 1101 | 101010 | 100111000 | 110000 | 100111 |
Color Harmonies of #953482
Complementary color
Monochromatic Colors of #953482
Black with #953482
Text Example
Text Example
White with #953482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953482; }
p { color: rgb(149,52,130); }
H1.HeaderClassName
{
color: #953482;
}
.AnyTagClassName
{
color: #953482;
}
</style>
background-color css
<style>
a { background-color: #953482; }
a { background-color: rgb(149,52,130); }
div.DivClassName
{
background-color: #953482;
}
.BgClassName
{
background-color: #953482;
}
</style>
border-color css
<style>
span { border-color: #953482; }
span { border-color: rgb(149,52,130); }
td.TdClassName
{
border-color: #953482;
}
.TagClassName
{
border-color: #953482;
}
</style>