Shades of Dark Purple #912D74
Tints of Dark Purple #912D74
RGB
CMYK
RGB Variations
Color information
#912D74 (or 0x912D74) is known color: Dark Purple. HEX triplet: 91, 2D and 74. RGB value is (145,45,116). Sum of RGB (Red+Green+Blue) = 145+45+116=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912D74 is #6ED28B. Grayscale: #525252. Windows color (decimal): -7262860 or 7613841. OLE color: 7613841.
HSL color Cylindrical-coordinate representation of color #912D74: hue angle of 317.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #912D74 is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 45 | 116 | - |
| CMYK | 0 | 0.69 | 0.2 | 0.43 |
| HSL | 317.4º | 0.53% | 0.37% | - |
| HSV(B) | 317.4º | 0.69% | 0.57% | - |
| XYZ | 15.77 | 9.16 | 17.46 | - |
| YUV | 82.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 116 | 0 | 0.69 | 0.2 | 0.43 | 317.4 | 0.53 | 0.37 |
| Hex | 91 | 2D | 74 | 0 | 45 | 14 | 2B | 13D | 35 | 25 |
| Octal | 221 | 55 | 164 | 0 | 105 | 24 | 53 | 475 | 65 | 45 |
| Binary | 10010001 | 101101 | 1110100 | 0 | 1000101 | 10100 | 101011 | 100111101 | 110101 | 100101 |
Color Harmonies of #912D74
Complementary color
Monochromatic Colors of #912D74
Black with #912D74
Text Example
Text Example
White with #912D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912D74; }
p { color: rgb(145,45,116); }
H1.HeaderClassName
{
color: #912D74;
}
.AnyTagClassName
{
color: #912D74;
}
</style>
background-color css
<style>
a { background-color: #912D74; }
a { background-color: rgb(145,45,116); }
div.DivClassName
{
background-color: #912D74;
}
.BgClassName
{
background-color: #912D74;
}
</style>
border-color css
<style>
span { border-color: #912D74; }
span { border-color: rgb(145,45,116); }
td.TdClassName
{
border-color: #912D74;
}
.TagClassName
{
border-color: #912D74;
}
</style>