Shades of Dark Purple #911C6A
Tints of Dark Purple #911C6A
RGB
CMYK
RGB Variations
Color information
#911C6A (or 0x911C6A) is known color: Dark Purple. HEX triplet: 91, 1C and 6A. RGB value is (145,28,106). Sum of RGB (Red+Green+Blue) = 145+28+106=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911C6A is #6EE395. Grayscale: #474747. Windows color (decimal): -7267222 or 6954129. OLE color: 6954129.
HSL color Cylindrical-coordinate representation of color #911C6A: hue angle of 320º 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 #911C6A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 106 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.43 |
| HSL | 320º | 0.68% | 0.34% | - |
| HSV(B) | 320º | 0.81% | 0.57% | - |
| XYZ | 14.69 | 7.89 | 14.38 | - |
| YUV | 71.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 106 | 0 | 0.81 | 0.27 | 0.43 | 320 | 0.68 | 0.34 |
| Hex | 91 | 1C | 6A | 0 | 51 | 1B | 2B | 140 | 44 | 22 |
| Octal | 221 | 34 | 152 | 0 | 121 | 33 | 53 | 500 | 104 | 42 |
| Binary | 10010001 | 11100 | 1101010 | 0 | 1010001 | 11011 | 101011 | 101000000 | 1000100 | 100010 |
Color Harmonies of #911C6A
Complementary color
Monochromatic Colors of #911C6A
Black with #911C6A
Text Example
Text Example
White with #911C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C6A; }
p { color: rgb(145,28,106); }
H1.HeaderClassName
{
color: #911C6A;
}
.AnyTagClassName
{
color: #911C6A;
}
</style>
background-color css
<style>
a { background-color: #911C6A; }
a { background-color: rgb(145,28,106); }
div.DivClassName
{
background-color: #911C6A;
}
.BgClassName
{
background-color: #911C6A;
}
</style>
border-color css
<style>
span { border-color: #911C6A; }
span { border-color: rgb(145,28,106); }
td.TdClassName
{
border-color: #911C6A;
}
.TagClassName
{
border-color: #911C6A;
}
</style>