Shades of Dark Purple #91356E
Tints of Dark Purple #91356E
RGB
CMYK
RGB Variations
Color information
#91356E (or 0x91356E) is known color: Dark Purple. HEX triplet: 91, 35 and 6E. RGB value is (145,53,110). Sum of RGB (Red+Green+Blue) = 145+53+110=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91356E is #6ECA91. Grayscale: #565656. Windows color (decimal): -7260818 or 7222673. OLE color: 7222673.
HSL color Cylindrical-coordinate representation of color #91356E: hue angle of 322.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91356E is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 110 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.43 |
| HSL | 322.83º | 0.46% | 0.39% | - |
| HSV(B) | 322.83º | 0.63% | 0.57% | - |
| XYZ | 15.76 | 9.69 | 15.79 | - |
| YUV | 87.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 110 | 0 | 0.63 | 0.24 | 0.43 | 322.83 | 0.46 | 0.39 |
| Hex | 91 | 35 | 6E | 0 | 3F | 18 | 2B | 143 | 2E | 27 |
| Octal | 221 | 65 | 156 | 0 | 77 | 30 | 53 | 503 | 56 | 47 |
| Binary | 10010001 | 110101 | 1101110 | 0 | 111111 | 11000 | 101011 | 101000011 | 101110 | 100111 |
Color Harmonies of #91356E
Complementary color
Monochromatic Colors of #91356E
Black with #91356E
Text Example
Text Example
White with #91356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91356E; }
p { color: rgb(145,53,110); }
H1.HeaderClassName
{
color: #91356E;
}
.AnyTagClassName
{
color: #91356E;
}
</style>
background-color css
<style>
a { background-color: #91356E; }
a { background-color: rgb(145,53,110); }
div.DivClassName
{
background-color: #91356E;
}
.BgClassName
{
background-color: #91356E;
}
</style>
border-color css
<style>
span { border-color: #91356E; }
span { border-color: rgb(145,53,110); }
td.TdClassName
{
border-color: #91356E;
}
.TagClassName
{
border-color: #91356E;
}
</style>