Shades of Dark Purple #911D6D
Tints of Dark Purple #911D6D
RGB
CMYK
RGB Variations
Color information
#911D6D (or 0x911D6D) is known color: Dark Purple. HEX triplet: 91, 1D and 6D. RGB value is (145,29,109). Sum of RGB (Red+Green+Blue) = 145+29+109=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #911D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911D6D is #6EE292. Grayscale: #484848. Windows color (decimal): -7266963 or 7150993. OLE color: 7150993.
HSL color Cylindrical-coordinate representation of color #911D6D: hue angle of 318.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #911D6D is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 29 | 109 | - |
| CMYK | 0 | 0.8 | 0.25 | 0.43 |
| HSL | 318.62º | 0.67% | 0.34% | - |
| HSV(B) | 318.62º | 0.8% | 0.57% | - |
| XYZ | 14.88 | 8 | 15.23 | - |
| YUV | 72.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 109 | 0 | 0.8 | 0.25 | 0.43 | 318.62 | 0.67 | 0.34 |
| Hex | 91 | 1D | 6D | 0 | 50 | 19 | 2B | 13F | 43 | 22 |
| Octal | 221 | 35 | 155 | 0 | 120 | 31 | 53 | 477 | 103 | 42 |
| Binary | 10010001 | 11101 | 1101101 | 0 | 1010000 | 11001 | 101011 | 100111111 | 1000011 | 100010 |
Color Harmonies of #911D6D
Complementary color
Monochromatic Colors of #911D6D
Black with #911D6D
Text Example
Text Example
White with #911D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911D6D; }
p { color: rgb(145,29,109); }
H1.HeaderClassName
{
color: #911D6D;
}
.AnyTagClassName
{
color: #911D6D;
}
</style>
background-color css
<style>
a { background-color: #911D6D; }
a { background-color: rgb(145,29,109); }
div.DivClassName
{
background-color: #911D6D;
}
.BgClassName
{
background-color: #911D6D;
}
</style>
border-color css
<style>
span { border-color: #911D6D; }
span { border-color: rgb(145,29,109); }
td.TdClassName
{
border-color: #911D6D;
}
.TagClassName
{
border-color: #911D6D;
}
</style>