Shades of Dark Purple #911C72
Tints of Dark Purple #911C72
RGB
CMYK
RGB Variations
Color information
#911C72 (or 0x911C72) is known color: Dark Purple. HEX triplet: 91, 1C and 72. RGB value is (145,28,114). Sum of RGB (Red+Green+Blue) = 145+28+114=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #911C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911C72 is #6EE38D. Grayscale: #484848. Windows color (decimal): -7267214 or 7478417. OLE color: 7478417.
HSL color Cylindrical-coordinate representation of color #911C72: hue angle of 315.9º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C72 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 114 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.43 |
| HSL | 315.9º | 0.68% | 0.34% | - |
| HSV(B) | 315.9º | 0.81% | 0.57% | - |
| XYZ | 15.13 | 8.07 | 16.68 | - |
| YUV | 72.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 114 | 0 | 0.81 | 0.21 | 0.43 | 315.9 | 0.68 | 0.34 |
| Hex | 91 | 1C | 72 | 0 | 51 | 15 | 2B | 13C | 44 | 22 |
| Octal | 221 | 34 | 162 | 0 | 121 | 25 | 53 | 474 | 104 | 42 |
| Binary | 10010001 | 11100 | 1110010 | 0 | 1010001 | 10101 | 101011 | 100111100 | 1000100 | 100010 |
Color Harmonies of #911C72
Complementary color
Monochromatic Colors of #911C72
Black with #911C72
Text Example
Text Example
White with #911C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C72; }
p { color: rgb(145,28,114); }
H1.HeaderClassName
{
color: #911C72;
}
.AnyTagClassName
{
color: #911C72;
}
</style>
background-color css
<style>
a { background-color: #911C72; }
a { background-color: rgb(145,28,114); }
div.DivClassName
{
background-color: #911C72;
}
.BgClassName
{
background-color: #911C72;
}
</style>
border-color css
<style>
span { border-color: #911C72; }
span { border-color: rgb(145,28,114); }
td.TdClassName
{
border-color: #911C72;
}
.TagClassName
{
border-color: #911C72;
}
</style>