Shades of Dark Purple #911279
Tints of Dark Purple #911279
RGB
CMYK
RGB Variations
Color information
#911279 (or 0x911279) is known color: Dark Purple. HEX triplet: 91, 12 and 79. RGB value is (145,18,121). Sum of RGB (Red+Green+Blue) = 145+18+121=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #911279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911279 is #6EED86. Grayscale: #434343. Windows color (decimal): -7269767 or 7934609. OLE color: 7934609.
HSL color Cylindrical-coordinate representation of color #911279: hue angle of 311.34º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911279 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 121 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.43 |
| HSL | 311.34º | 0.78% | 0.32% | - |
| HSV(B) | 311.34º | 0.88% | 0.57% | - |
| XYZ | 15.34 | 7.83 | 18.79 | - |
| YUV | 67.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 121 | 0 | 0.88 | 0.17 | 0.43 | 311.34 | 0.78 | 0.32 |
| Hex | 91 | 12 | 79 | 0 | 58 | 11 | 2B | 137 | 4E | 20 |
| Octal | 221 | 22 | 171 | 0 | 130 | 21 | 53 | 467 | 116 | 40 |
| Binary | 10010001 | 10010 | 1111001 | 0 | 1011000 | 10001 | 101011 | 100110111 | 1001110 | 100000 |
Color Harmonies of #911279
Complementary color
Monochromatic Colors of #911279
Black with #911279
Text Example
Text Example
White with #911279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911279; }
p { color: rgb(145,18,121); }
H1.HeaderClassName
{
color: #911279;
}
.AnyTagClassName
{
color: #911279;
}
</style>
background-color css
<style>
a { background-color: #911279; }
a { background-color: rgb(145,18,121); }
div.DivClassName
{
background-color: #911279;
}
.BgClassName
{
background-color: #911279;
}
</style>
border-color css
<style>
span { border-color: #911279; }
span { border-color: rgb(145,18,121); }
td.TdClassName
{
border-color: #911279;
}
.TagClassName
{
border-color: #911279;
}
</style>