Shades of Dark Purple #952173
Tints of Dark Purple #952173
RGB
CMYK
RGB Variations
Color information
#952173 (or 0x952173) is known color: Dark Purple. HEX triplet: 95, 21 and 73. RGB value is (149,33,115). Sum of RGB (Red+Green+Blue) = 149+33+115=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #952173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952173 is #6ADE8C. Grayscale: #4C4C4C. Windows color (decimal): -7003789 or 7545237. OLE color: 7545237.
HSL color Cylindrical-coordinate representation of color #952173: hue angle of 317.59º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952173 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 115 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.42 |
| HSL | 317.59º | 0.64% | 0.36% | - |
| HSV(B) | 317.59º | 0.78% | 0.58% | - |
| XYZ | 16.03 | 8.72 | 17.06 | - |
| YUV | 77.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 115 | 0 | 0.78 | 0.23 | 0.42 | 317.59 | 0.64 | 0.36 |
| Hex | 95 | 21 | 73 | 0 | 4E | 17 | 2A | 13E | 40 | 24 |
| Octal | 225 | 41 | 163 | 0 | 116 | 27 | 52 | 476 | 100 | 44 |
| Binary | 10010101 | 100001 | 1110011 | 0 | 1001110 | 10111 | 101010 | 100111110 | 1000000 | 100100 |
Color Harmonies of #952173
Complementary color
Monochromatic Colors of #952173
Black with #952173
Text Example
Text Example
White with #952173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952173; }
p { color: rgb(149,33,115); }
H1.HeaderClassName
{
color: #952173;
}
.AnyTagClassName
{
color: #952173;
}
</style>
background-color css
<style>
a { background-color: #952173; }
a { background-color: rgb(149,33,115); }
div.DivClassName
{
background-color: #952173;
}
.BgClassName
{
background-color: #952173;
}
</style>
border-color css
<style>
span { border-color: #952173; }
span { border-color: rgb(149,33,115); }
td.TdClassName
{
border-color: #952173;
}
.TagClassName
{
border-color: #952173;
}
</style>