Shades of Dark Purple #951575
Tints of Dark Purple #951575
RGB
CMYK
RGB Variations
Color information
#951575 (or 0x951575) is known color: Dark Purple. HEX triplet: 95, 15 and 75. RGB value is (149,21,117). Sum of RGB (Red+Green+Blue) = 149+21+117=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951575 is #6AEA8A. Grayscale: #454545. Windows color (decimal): -7006859 or 7673237. OLE color: 7673237.
HSL color Cylindrical-coordinate representation of color #951575: hue angle of 315º 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 #951575 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 117 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.42 |
| HSL | 315º | 0.75% | 0.33% | - |
| HSV(B) | 315º | 0.86% | 0.58% | - |
| XYZ | 15.87 | 8.21 | 17.58 | - |
| YUV | 70.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 117 | 0 | 0.86 | 0.21 | 0.42 | 315 | 0.75 | 0.33 |
| Hex | 95 | 15 | 75 | 0 | 56 | 15 | 2A | 13B | 4B | 21 |
| Octal | 225 | 25 | 165 | 0 | 126 | 25 | 52 | 473 | 113 | 41 |
| Binary | 10010101 | 10101 | 1110101 | 0 | 1010110 | 10101 | 101010 | 100111011 | 1001011 | 100001 |
Color Harmonies of #951575
Complementary color
Monochromatic Colors of #951575
Black with #951575
Text Example
Text Example
White with #951575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951575; }
p { color: rgb(149,21,117); }
H1.HeaderClassName
{
color: #951575;
}
.AnyTagClassName
{
color: #951575;
}
</style>
background-color css
<style>
a { background-color: #951575; }
a { background-color: rgb(149,21,117); }
div.DivClassName
{
background-color: #951575;
}
.BgClassName
{
background-color: #951575;
}
</style>
border-color css
<style>
span { border-color: #951575; }
span { border-color: rgb(149,21,117); }
td.TdClassName
{
border-color: #951575;
}
.TagClassName
{
border-color: #951575;
}
</style>