Shades of Dark Purple #951579
Tints of Dark Purple #951579
RGB
CMYK
RGB Variations
Color information
#951579 (or 0x951579) is known color: Dark Purple. HEX triplet: 95, 15 and 79. RGB value is (149,21,121). Sum of RGB (Red+Green+Blue) = 149+21+121=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #951579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951579 is #6AEA86. Grayscale: #464646. Windows color (decimal): -7006855 or 7935381. OLE color: 7935381.
HSL color Cylindrical-coordinate representation of color #951579: hue angle of 313.12º 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 #951579 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 121 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.42 |
| HSL | 313.13º | 0.75% | 0.33% | - |
| HSV(B) | 313.13º | 0.86% | 0.58% | - |
| XYZ | 16.11 | 8.31 | 18.84 | - |
| YUV | 70.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 121 | 0 | 0.86 | 0.19 | 0.42 | 313.13 | 0.75 | 0.33 |
| Hex | 95 | 15 | 79 | 0 | 56 | 13 | 2A | 139 | 4B | 21 |
| Octal | 225 | 25 | 171 | 0 | 126 | 23 | 52 | 471 | 113 | 41 |
| Binary | 10010101 | 10101 | 1111001 | 0 | 1010110 | 10011 | 101010 | 100111001 | 1001011 | 100001 |
Color Harmonies of #951579
Complementary color
Monochromatic Colors of #951579
Black with #951579
Text Example
Text Example
White with #951579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951579; }
p { color: rgb(149,21,121); }
H1.HeaderClassName
{
color: #951579;
}
.AnyTagClassName
{
color: #951579;
}
</style>
background-color css
<style>
a { background-color: #951579; }
a { background-color: rgb(149,21,121); }
div.DivClassName
{
background-color: #951579;
}
.BgClassName
{
background-color: #951579;
}
</style>
border-color css
<style>
span { border-color: #951579; }
span { border-color: rgb(149,21,121); }
td.TdClassName
{
border-color: #951579;
}
.TagClassName
{
border-color: #951579;
}
</style>