Shades of Dark Purple #91316D
Tints of Dark Purple #91316D
RGB
CMYK
RGB Variations
Color information
#91316D (or 0x91316D) is known color: Dark Purple. HEX triplet: 91, 31 and 6D. RGB value is (145,49,109). Sum of RGB (Red+Green+Blue) = 145+49+109=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91316D is #6ECE92. Grayscale: #545454. Windows color (decimal): -7261843 or 7156113. OLE color: 7156113.
HSL color Cylindrical-coordinate representation of color #91316D: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91316D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 109 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.43 |
| HSL | 322.5º | 0.49% | 0.38% | - |
| HSV(B) | 322.5º | 0.66% | 0.57% | - |
| XYZ | 15.54 | 9.32 | 15.45 | - |
| YUV | 84.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 109 | 0 | 0.66 | 0.25 | 0.43 | 322.5 | 0.49 | 0.38 |
| Hex | 91 | 31 | 6D | 0 | 42 | 19 | 2B | 142 | 31 | 26 |
| Octal | 221 | 61 | 155 | 0 | 102 | 31 | 53 | 502 | 61 | 46 |
| Binary | 10010001 | 110001 | 1101101 | 0 | 1000010 | 11001 | 101011 | 101000010 | 110001 | 100110 |
Color Harmonies of #91316D
Complementary color
Monochromatic Colors of #91316D
Black with #91316D
Text Example
Text Example
White with #91316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91316D; }
p { color: rgb(145,49,109); }
H1.HeaderClassName
{
color: #91316D;
}
.AnyTagClassName
{
color: #91316D;
}
</style>
background-color css
<style>
a { background-color: #91316D; }
a { background-color: rgb(145,49,109); }
div.DivClassName
{
background-color: #91316D;
}
.BgClassName
{
background-color: #91316D;
}
</style>
border-color css
<style>
span { border-color: #91316D; }
span { border-color: rgb(145,49,109); }
td.TdClassName
{
border-color: #91316D;
}
.TagClassName
{
border-color: #91316D;
}
</style>