Shades of Dark Purple #912172
Tints of Dark Purple #912172
RGB
CMYK
RGB Variations
Color information
#912172 (or 0x912172) is known color: Dark Purple. HEX triplet: 91, 21 and 72. RGB value is (145,33,114). Sum of RGB (Red+Green+Blue) = 145+33+114=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #912172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912172 is #6EDE8D. Grayscale: #4B4B4B. Windows color (decimal): -7265934 or 7479697. OLE color: 7479697.
HSL color Cylindrical-coordinate representation of color #912172: hue angle of 316.61º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912172 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 114 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.43 |
| HSL | 316.61º | 0.63% | 0.35% | - |
| HSV(B) | 316.61º | 0.77% | 0.57% | - |
| XYZ | 15.26 | 8.32 | 16.72 | - |
| YUV | 75.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 114 | 0 | 0.77 | 0.21 | 0.43 | 316.61 | 0.63 | 0.35 |
| Hex | 91 | 21 | 72 | 0 | 4D | 15 | 2B | 13D | 3F | 23 |
| Octal | 221 | 41 | 162 | 0 | 115 | 25 | 53 | 475 | 77 | 43 |
| Binary | 10010001 | 100001 | 1110010 | 0 | 1001101 | 10101 | 101011 | 100111101 | 111111 | 100011 |
Color Harmonies of #912172
Complementary color
Monochromatic Colors of #912172
Black with #912172
Text Example
Text Example
White with #912172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912172; }
p { color: rgb(145,33,114); }
H1.HeaderClassName
{
color: #912172;
}
.AnyTagClassName
{
color: #912172;
}
</style>
background-color css
<style>
a { background-color: #912172; }
a { background-color: rgb(145,33,114); }
div.DivClassName
{
background-color: #912172;
}
.BgClassName
{
background-color: #912172;
}
</style>
border-color css
<style>
span { border-color: #912172; }
span { border-color: rgb(145,33,114); }
td.TdClassName
{
border-color: #912172;
}
.TagClassName
{
border-color: #912172;
}
</style>