Shades of Dark Purple #911073
Tints of Dark Purple #911073
RGB
CMYK
RGB Variations
Color information
#911073 (or 0x911073) is known color: Dark Purple. HEX triplet: 91, 10 and 73. RGB value is (145,16,115). Sum of RGB (Red+Green+Blue) = 145+16+115=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #911073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911073 is #6EEF8C. Grayscale: #414141. Windows color (decimal): -7270285 or 7540881. OLE color: 7540881.
HSL color Cylindrical-coordinate representation of color #911073: hue angle of 313.95º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911073 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 115 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.43 |
| HSL | 313.95º | 0.8% | 0.32% | - |
| HSV(B) | 313.95º | 0.89% | 0.57% | - |
| XYZ | 14.96 | 7.63 | 16.9 | - |
| YUV | 65.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 115 | 0 | 0.89 | 0.21 | 0.43 | 313.95 | 0.8 | 0.32 |
| Hex | 91 | 10 | 73 | 0 | 59 | 15 | 2B | 13A | 50 | 20 |
| Octal | 221 | 20 | 163 | 0 | 131 | 25 | 53 | 472 | 120 | 40 |
| Binary | 10010001 | 10000 | 1110011 | 0 | 1011001 | 10101 | 101011 | 100111010 | 1010000 | 100000 |
Color Harmonies of #911073
Complementary color
Monochromatic Colors of #911073
Black with #911073
Text Example
Text Example
White with #911073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911073; }
p { color: rgb(145,16,115); }
H1.HeaderClassName
{
color: #911073;
}
.AnyTagClassName
{
color: #911073;
}
</style>
background-color css
<style>
a { background-color: #911073; }
a { background-color: rgb(145,16,115); }
div.DivClassName
{
background-color: #911073;
}
.BgClassName
{
background-color: #911073;
}
</style>
border-color css
<style>
span { border-color: #911073; }
span { border-color: rgb(145,16,115); }
td.TdClassName
{
border-color: #911073;
}
.TagClassName
{
border-color: #911073;
}
</style>