Shades of Dark Purple #952579
Tints of Dark Purple #952579
RGB
CMYK
RGB Variations
Color information
#952579 (or 0x952579) is known color: Dark Purple. HEX triplet: 95, 25 and 79. RGB value is (149,37,121). Sum of RGB (Red+Green+Blue) = 149+37+121=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #952579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952579 is #6ADA86. Grayscale: #4F4F4F. Windows color (decimal): -7002759 or 7939477. OLE color: 7939477.
HSL color Cylindrical-coordinate representation of color #952579: hue angle of 315º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952579 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 121 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.42 |
| HSL | 315º | 0.6% | 0.36% | - |
| HSV(B) | 315º | 0.75% | 0.58% | - |
| XYZ | 16.51 | 9.09 | 18.97 | - |
| YUV | 80.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 121 | 0 | 0.75 | 0.19 | 0.42 | 315 | 0.6 | 0.36 |
| Hex | 95 | 25 | 79 | 0 | 4B | 13 | 2A | 13B | 3C | 24 |
| Octal | 225 | 45 | 171 | 0 | 113 | 23 | 52 | 473 | 74 | 44 |
| Binary | 10010101 | 100101 | 1111001 | 0 | 1001011 | 10011 | 101010 | 100111011 | 111100 | 100100 |
Color Harmonies of #952579
Complementary color
Monochromatic Colors of #952579
Black with #952579
Text Example
Text Example
White with #952579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952579; }
p { color: rgb(149,37,121); }
H1.HeaderClassName
{
color: #952579;
}
.AnyTagClassName
{
color: #952579;
}
</style>
background-color css
<style>
a { background-color: #952579; }
a { background-color: rgb(149,37,121); }
div.DivClassName
{
background-color: #952579;
}
.BgClassName
{
background-color: #952579;
}
</style>
border-color css
<style>
span { border-color: #952579; }
span { border-color: rgb(149,37,121); }
td.TdClassName
{
border-color: #952579;
}
.TagClassName
{
border-color: #952579;
}
</style>