Shades of Dark Purple #911F6D
Tints of Dark Purple #911F6D
RGB
CMYK
RGB Variations
Color information
#911F6D (or 0x911F6D) is known color: Dark Purple. HEX triplet: 91, 1F and 6D. RGB value is (145,31,109). Sum of RGB (Red+Green+Blue) = 145+31+109=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #911F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911F6D is #6EE092. Grayscale: #494949. Windows color (decimal): -7266451 or 7151505. OLE color: 7151505.
HSL color Cylindrical-coordinate representation of color #911F6D: hue angle of 318.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F6D is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 109 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.43 |
| HSL | 318.95º | 0.65% | 0.35% | - |
| HSV(B) | 318.95º | 0.79% | 0.57% | - |
| XYZ | 14.93 | 8.1 | 15.25 | - |
| YUV | 73.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 109 | 0 | 0.79 | 0.25 | 0.43 | 318.95 | 0.65 | 0.35 |
| Hex | 91 | 1F | 6D | 0 | 4F | 19 | 2B | 13F | 41 | 23 |
| Octal | 221 | 37 | 155 | 0 | 117 | 31 | 53 | 477 | 101 | 43 |
| Binary | 10010001 | 11111 | 1101101 | 0 | 1001111 | 11001 | 101011 | 100111111 | 1000001 | 100011 |
Color Harmonies of #911F6D
Complementary color
Monochromatic Colors of #911F6D
Black with #911F6D
Text Example
Text Example
White with #911F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F6D; }
p { color: rgb(145,31,109); }
H1.HeaderClassName
{
color: #911F6D;
}
.AnyTagClassName
{
color: #911F6D;
}
</style>
background-color css
<style>
a { background-color: #911F6D; }
a { background-color: rgb(145,31,109); }
div.DivClassName
{
background-color: #911F6D;
}
.BgClassName
{
background-color: #911F6D;
}
</style>
border-color css
<style>
span { border-color: #911F6D; }
span { border-color: rgb(145,31,109); }
td.TdClassName
{
border-color: #911F6D;
}
.TagClassName
{
border-color: #911F6D;
}
</style>