Shades of Dark Purple #913174
Tints of Dark Purple #913174
RGB
CMYK
RGB Variations
Color information
#913174 (or 0x913174) is known color: Dark Purple. HEX triplet: 91, 31 and 74. RGB value is (145,49,116). Sum of RGB (Red+Green+Blue) = 145+49+116=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #913174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913174 is #6ECE8B. Grayscale: #555555. Windows color (decimal): -7261836 or 7614865. OLE color: 7614865.
HSL color Cylindrical-coordinate representation of color #913174: hue angle of 318.12º 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 #913174 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 116 | - |
| CMYK | 0 | 0.66 | 0.2 | 0.43 |
| HSL | 318.13º | 0.49% | 0.38% | - |
| HSV(B) | 318.13º | 0.66% | 0.57% | - |
| XYZ | 15.93 | 9.48 | 17.51 | - |
| YUV | 85.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 116 | 0 | 0.66 | 0.2 | 0.43 | 318.13 | 0.49 | 0.38 |
| Hex | 91 | 31 | 74 | 0 | 42 | 14 | 2B | 13E | 31 | 26 |
| Octal | 221 | 61 | 164 | 0 | 102 | 24 | 53 | 476 | 61 | 46 |
| Binary | 10010001 | 110001 | 1110100 | 0 | 1000010 | 10100 | 101011 | 100111110 | 110001 | 100110 |
Color Harmonies of #913174
Complementary color
Monochromatic Colors of #913174
Black with #913174
Text Example
Text Example
White with #913174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913174; }
p { color: rgb(145,49,116); }
H1.HeaderClassName
{
color: #913174;
}
.AnyTagClassName
{
color: #913174;
}
</style>
background-color css
<style>
a { background-color: #913174; }
a { background-color: rgb(145,49,116); }
div.DivClassName
{
background-color: #913174;
}
.BgClassName
{
background-color: #913174;
}
</style>
border-color css
<style>
span { border-color: #913174; }
span { border-color: rgb(145,49,116); }
td.TdClassName
{
border-color: #913174;
}
.TagClassName
{
border-color: #913174;
}
</style>