Shades of Dark Purple #953685
Tints of Dark Purple #953685
RGB
CMYK
RGB Variations
Color information
#953685 (or 0x953685) is known color: Dark Purple. HEX triplet: 95, 36 and 85. RGB value is (149,54,133). Sum of RGB (Red+Green+Blue) = 149+54+133=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #953685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953685 is #6AC97A. Grayscale: #5B5B5B. Windows color (decimal): -6998395 or 8730261. OLE color: 8730261.
HSL color Cylindrical-coordinate representation of color #953685: hue angle of 310.11º 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 #953685 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 133 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.42 |
| HSL | 310.11º | 0.47% | 0.4% | - |
| HSV(B) | 310.11º | 0.64% | 0.58% | - |
| XYZ | 17.95 | 10.72 | 23.31 | - |
| YUV | 91.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 133 | 0 | 0.64 | 0.11 | 0.42 | 310.11 | 0.47 | 0.4 |
| Hex | 95 | 36 | 85 | 0 | 40 | B | 2A | 136 | 2F | 28 |
| Octal | 225 | 66 | 205 | 0 | 100 | 13 | 52 | 466 | 57 | 50 |
| Binary | 10010101 | 110110 | 10000101 | 0 | 1000000 | 1011 | 101010 | 100110110 | 101111 | 101000 |
Color Harmonies of #953685
Complementary color
Monochromatic Colors of #953685
Black with #953685
Text Example
Text Example
White with #953685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953685; }
p { color: rgb(149,54,133); }
H1.HeaderClassName
{
color: #953685;
}
.AnyTagClassName
{
color: #953685;
}
</style>
background-color css
<style>
a { background-color: #953685; }
a { background-color: rgb(149,54,133); }
div.DivClassName
{
background-color: #953685;
}
.BgClassName
{
background-color: #953685;
}
</style>
border-color css
<style>
span { border-color: #953685; }
span { border-color: rgb(149,54,133); }
td.TdClassName
{
border-color: #953685;
}
.TagClassName
{
border-color: #953685;
}
</style>