Shades of Dark Purple #953682
Tints of Dark Purple #953682
RGB
CMYK
RGB Variations
Color information
#953682 (or 0x953682) is known color: Dark Purple. HEX triplet: 95, 36 and 82. RGB value is (149,54,130). Sum of RGB (Red+Green+Blue) = 149+54+130=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953682 is #6AC97D. Grayscale: #5A5A5A. Windows color (decimal): -6998398 or 8533653. OLE color: 8533653.
HSL color Cylindrical-coordinate representation of color #953682: hue angle of 312º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953682 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 130 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.42 |
| HSL | 312º | 0.47% | 0.4% | - |
| HSV(B) | 312º | 0.64% | 0.58% | - |
| XYZ | 17.74 | 10.64 | 22.24 | - |
| YUV | 91.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 130 | 0 | 0.64 | 0.13 | 0.42 | 312 | 0.47 | 0.4 |
| Hex | 95 | 36 | 82 | 0 | 40 | D | 2A | 138 | 2F | 28 |
| Octal | 225 | 66 | 202 | 0 | 100 | 15 | 52 | 470 | 57 | 50 |
| Binary | 10010101 | 110110 | 10000010 | 0 | 1000000 | 1101 | 101010 | 100111000 | 101111 | 101000 |
Color Harmonies of #953682
Complementary color
Monochromatic Colors of #953682
Black with #953682
Text Example
Text Example
White with #953682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953682; }
p { color: rgb(149,54,130); }
H1.HeaderClassName
{
color: #953682;
}
.AnyTagClassName
{
color: #953682;
}
</style>
background-color css
<style>
a { background-color: #953682; }
a { background-color: rgb(149,54,130); }
div.DivClassName
{
background-color: #953682;
}
.BgClassName
{
background-color: #953682;
}
</style>
border-color css
<style>
span { border-color: #953682; }
span { border-color: rgb(149,54,130); }
td.TdClassName
{
border-color: #953682;
}
.TagClassName
{
border-color: #953682;
}
</style>