Shades of Dark Purple #951D73
Tints of Dark Purple #951D73
RGB
CMYK
RGB Variations
Color information
#951D73 (or 0x951D73) is known color: Dark Purple. HEX triplet: 95, 1D and 73. RGB value is (149,29,115). Sum of RGB (Red+Green+Blue) = 149+29+115=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #951D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D73 is #6AE28C. Grayscale: #4A4A4A. Windows color (decimal): -7004813 or 7544213. OLE color: 7544213.
HSL color Cylindrical-coordinate representation of color #951D73: hue angle of 317º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D73 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 115 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.42 |
| HSL | 317º | 0.67% | 0.35% | - |
| HSV(B) | 317º | 0.81% | 0.58% | - |
| XYZ | 15.93 | 8.51 | 17.02 | - |
| YUV | 74.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 115 | 0 | 0.81 | 0.23 | 0.42 | 317 | 0.67 | 0.35 |
| Hex | 95 | 1D | 73 | 0 | 51 | 17 | 2A | 13D | 43 | 23 |
| Octal | 225 | 35 | 163 | 0 | 121 | 27 | 52 | 475 | 103 | 43 |
| Binary | 10010101 | 11101 | 1110011 | 0 | 1010001 | 10111 | 101010 | 100111101 | 1000011 | 100011 |
Color Harmonies of #951D73
Complementary color
Monochromatic Colors of #951D73
Black with #951D73
Text Example
Text Example
White with #951D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D73; }
p { color: rgb(149,29,115); }
H1.HeaderClassName
{
color: #951D73;
}
.AnyTagClassName
{
color: #951D73;
}
</style>
background-color css
<style>
a { background-color: #951D73; }
a { background-color: rgb(149,29,115); }
div.DivClassName
{
background-color: #951D73;
}
.BgClassName
{
background-color: #951D73;
}
</style>
border-color css
<style>
span { border-color: #951D73; }
span { border-color: rgb(149,29,115); }
td.TdClassName
{
border-color: #951D73;
}
.TagClassName
{
border-color: #951D73;
}
</style>