Shades of Dark Purple #913173
Tints of Dark Purple #913173
RGB
CMYK
RGB Variations
Color information
#913173 (or 0x913173) is known color: Dark Purple. HEX triplet: 91, 31 and 73. RGB value is (145,49,115). Sum of RGB (Red+Green+Blue) = 145+49+115=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #913173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913173 is #6ECE8C. Grayscale: #555555. Windows color (decimal): -7261837 or 7549329. OLE color: 7549329.
HSL color Cylindrical-coordinate representation of color #913173: hue angle of 318.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913173 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 115 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.43 |
| HSL | 318.75º | 0.49% | 0.38% | - |
| HSV(B) | 318.75º | 0.66% | 0.57% | - |
| XYZ | 15.87 | 9.45 | 17.21 | - |
| YUV | 85.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 115 | 0 | 0.66 | 0.21 | 0.43 | 318.75 | 0.49 | 0.38 |
| Hex | 91 | 31 | 73 | 0 | 42 | 15 | 2B | 13F | 31 | 26 |
| Octal | 221 | 61 | 163 | 0 | 102 | 25 | 53 | 477 | 61 | 46 |
| Binary | 10010001 | 110001 | 1110011 | 0 | 1000010 | 10101 | 101011 | 100111111 | 110001 | 100110 |
Color Harmonies of #913173
Complementary color
Monochromatic Colors of #913173
Black with #913173
Text Example
Text Example
White with #913173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913173; }
p { color: rgb(145,49,115); }
H1.HeaderClassName
{
color: #913173;
}
.AnyTagClassName
{
color: #913173;
}
</style>
background-color css
<style>
a { background-color: #913173; }
a { background-color: rgb(145,49,115); }
div.DivClassName
{
background-color: #913173;
}
.BgClassName
{
background-color: #913173;
}
</style>
border-color css
<style>
span { border-color: #913173; }
span { border-color: rgb(145,49,115); }
td.TdClassName
{
border-color: #913173;
}
.TagClassName
{
border-color: #913173;
}
</style>