Shades of Dark Purple #953978
Tints of Dark Purple #953978
RGB
CMYK
RGB Variations
Color information
#953978 (or 0x953978) is known color: Dark Purple. HEX triplet: 95, 39 and 78. RGB value is (149,57,120). Sum of RGB (Red+Green+Blue) = 149+57+120=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #953978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953978 is #6AC687. Grayscale: #5B5B5B. Windows color (decimal): -6997640 or 7879061. OLE color: 7879061.
HSL color Cylindrical-coordinate representation of color #953978: hue angle of 318.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953978 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 120 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.42 |
| HSL | 318.91º | 0.45% | 0.4% | - |
| HSV(B) | 318.91º | 0.62% | 0.58% | - |
| XYZ | 17.25 | 10.67 | 18.92 | - |
| YUV | 91.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 120 | 0 | 0.62 | 0.19 | 0.42 | 318.91 | 0.45 | 0.4 |
| Hex | 95 | 39 | 78 | 0 | 3E | 13 | 2A | 13F | 2D | 28 |
| Octal | 225 | 71 | 170 | 0 | 76 | 23 | 52 | 477 | 55 | 50 |
| Binary | 10010101 | 111001 | 1111000 | 0 | 111110 | 10011 | 101010 | 100111111 | 101101 | 101000 |
Color Harmonies of #953978
Complementary color
Monochromatic Colors of #953978
Black with #953978
Text Example
Text Example
White with #953978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953978; }
p { color: rgb(149,57,120); }
H1.HeaderClassName
{
color: #953978;
}
.AnyTagClassName
{
color: #953978;
}
</style>
background-color css
<style>
a { background-color: #953978; }
a { background-color: rgb(149,57,120); }
div.DivClassName
{
background-color: #953978;
}
.BgClassName
{
background-color: #953978;
}
</style>
border-color css
<style>
span { border-color: #953978; }
span { border-color: rgb(149,57,120); }
td.TdClassName
{
border-color: #953978;
}
.TagClassName
{
border-color: #953978;
}
</style>