Shades of Dark Purple #951475
Tints of Dark Purple #951475
RGB
CMYK
RGB Variations
Color information
#951475 (or 0x951475) is known color: Dark Purple. HEX triplet: 95, 14 and 75. RGB value is (149,20,117). Sum of RGB (Red+Green+Blue) = 149+20+117=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951475 is #6AEB8A. Grayscale: #454545. Windows color (decimal): -7007115 or 7672981. OLE color: 7672981.
HSL color Cylindrical-coordinate representation of color #951475: hue angle of 314.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951475 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 117 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.42 |
| HSL | 314.88º | 0.76% | 0.33% | - |
| HSV(B) | 314.88º | 0.87% | 0.58% | - |
| XYZ | 15.86 | 8.17 | 17.57 | - |
| YUV | 69.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 117 | 0 | 0.87 | 0.21 | 0.42 | 314.88 | 0.76 | 0.33 |
| Hex | 95 | 14 | 75 | 0 | 57 | 15 | 2A | 13B | 4C | 21 |
| Octal | 225 | 24 | 165 | 0 | 127 | 25 | 52 | 473 | 114 | 41 |
| Binary | 10010101 | 10100 | 1110101 | 0 | 1010111 | 10101 | 101010 | 100111011 | 1001100 | 100001 |
Color Harmonies of #951475
Complementary color
Monochromatic Colors of #951475
Black with #951475
Text Example
Text Example
White with #951475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951475; }
p { color: rgb(149,20,117); }
H1.HeaderClassName
{
color: #951475;
}
.AnyTagClassName
{
color: #951475;
}
</style>
background-color css
<style>
a { background-color: #951475; }
a { background-color: rgb(149,20,117); }
div.DivClassName
{
background-color: #951475;
}
.BgClassName
{
background-color: #951475;
}
</style>
border-color css
<style>
span { border-color: #951475; }
span { border-color: rgb(149,20,117); }
td.TdClassName
{
border-color: #951475;
}
.TagClassName
{
border-color: #951475;
}
</style>