Shades of Dark Purple #951580
Tints of Dark Purple #951580
RGB
CMYK
RGB Variations
Color information
#951580 (or 0x951580) is known color: Dark Purple. HEX triplet: 95, 15 and 80. RGB value is (149,21,128). Sum of RGB (Red+Green+Blue) = 149+21+128=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #951580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951580 is #6AEA7F. Grayscale: #474747. Windows color (decimal): -7006848 or 8394133. OLE color: 8394133.
HSL color Cylindrical-coordinate representation of color #951580: hue angle of 309.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951580 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 128 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.42 |
| HSL | 309.84º | 0.75% | 0.33% | - |
| HSV(B) | 309.84º | 0.86% | 0.58% | - |
| XYZ | 16.56 | 8.48 | 21.19 | - |
| YUV | 71.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 128 | 0 | 0.86 | 0.14 | 0.42 | 309.84 | 0.75 | 0.33 |
| Hex | 95 | 15 | 80 | 0 | 56 | E | 2A | 136 | 4B | 21 |
| Octal | 225 | 25 | 200 | 0 | 126 | 16 | 52 | 466 | 113 | 41 |
| Binary | 10010101 | 10101 | 10000000 | 0 | 1010110 | 1110 | 101010 | 100110110 | 1001011 | 100001 |
Color Harmonies of #951580
Complementary color
Monochromatic Colors of #951580
Black with #951580
Text Example
Text Example
White with #951580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951580; }
p { color: rgb(149,21,128); }
H1.HeaderClassName
{
color: #951580;
}
.AnyTagClassName
{
color: #951580;
}
</style>
background-color css
<style>
a { background-color: #951580; }
a { background-color: rgb(149,21,128); }
div.DivClassName
{
background-color: #951580;
}
.BgClassName
{
background-color: #951580;
}
</style>
border-color css
<style>
span { border-color: #951580; }
span { border-color: rgb(149,21,128); }
td.TdClassName
{
border-color: #951580;
}
.TagClassName
{
border-color: #951580;
}
</style>