Shades of Dark Purple #953680
Tints of Dark Purple #953680
RGB
CMYK
RGB Variations
Color information
#953680 (or 0x953680) is known color: Dark Purple. HEX triplet: 95, 36 and 80. RGB value is (149,54,128). Sum of RGB (Red+Green+Blue) = 149+54+128=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953680 is #6AC97F. Grayscale: #5A5A5A. Windows color (decimal): -6998400 or 8402581. OLE color: 8402581.
HSL color Cylindrical-coordinate representation of color #953680: hue angle of 313.26º 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 #953680 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 128 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.42 |
| HSL | 313.26º | 0.47% | 0.4% | - |
| HSV(B) | 313.26º | 0.64% | 0.58% | - |
| XYZ | 17.61 | 10.59 | 21.54 | - |
| YUV | 90.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 128 | 0 | 0.64 | 0.14 | 0.42 | 313.26 | 0.47 | 0.4 |
| Hex | 95 | 36 | 80 | 0 | 40 | E | 2A | 139 | 2F | 28 |
| Octal | 225 | 66 | 200 | 0 | 100 | 16 | 52 | 471 | 57 | 50 |
| Binary | 10010101 | 110110 | 10000000 | 0 | 1000000 | 1110 | 101010 | 100111001 | 101111 | 101000 |
Color Harmonies of #953680
Complementary color
Monochromatic Colors of #953680
Black with #953680
Text Example
Text Example
White with #953680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953680; }
p { color: rgb(149,54,128); }
H1.HeaderClassName
{
color: #953680;
}
.AnyTagClassName
{
color: #953680;
}
</style>
background-color css
<style>
a { background-color: #953680; }
a { background-color: rgb(149,54,128); }
div.DivClassName
{
background-color: #953680;
}
.BgClassName
{
background-color: #953680;
}
</style>
border-color css
<style>
span { border-color: #953680; }
span { border-color: rgb(149,54,128); }
td.TdClassName
{
border-color: #953680;
}
.TagClassName
{
border-color: #953680;
}
</style>