Shades of Dark Purple #951980
Tints of Dark Purple #951980
RGB
CMYK
RGB Variations
Color information
#951980 (or 0x951980) is known color: Dark Purple. HEX triplet: 95, 19 and 80. RGB value is (149,25,128). Sum of RGB (Red+Green+Blue) = 149+25+128=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951980 is #6AE67F. Grayscale: #494949. Windows color (decimal): -7005824 or 8395157. OLE color: 8395157.
HSL color Cylindrical-coordinate representation of color #951980: hue angle of 310.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951980 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 128 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.42 |
| HSL | 310.16º | 0.71% | 0.34% | - |
| HSV(B) | 310.16º | 0.83% | 0.58% | - |
| XYZ | 16.64 | 8.64 | 21.21 | - |
| YUV | 73.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 128 | 0 | 0.83 | 0.14 | 0.42 | 310.16 | 0.71 | 0.34 |
| Hex | 95 | 19 | 80 | 0 | 53 | E | 2A | 136 | 47 | 22 |
| Octal | 225 | 31 | 200 | 0 | 123 | 16 | 52 | 466 | 107 | 42 |
| Binary | 10010101 | 11001 | 10000000 | 0 | 1010011 | 1110 | 101010 | 100110110 | 1000111 | 100010 |
Color Harmonies of #951980
Complementary color
Monochromatic Colors of #951980
Black with #951980
Text Example
Text Example
White with #951980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951980; }
p { color: rgb(149,25,128); }
H1.HeaderClassName
{
color: #951980;
}
.AnyTagClassName
{
color: #951980;
}
</style>
background-color css
<style>
a { background-color: #951980; }
a { background-color: rgb(149,25,128); }
div.DivClassName
{
background-color: #951980;
}
.BgClassName
{
background-color: #951980;
}
</style>
border-color css
<style>
span { border-color: #951980; }
span { border-color: rgb(149,25,128); }
td.TdClassName
{
border-color: #951980;
}
.TagClassName
{
border-color: #951980;
}
</style>