Shades of Dark Purple #911585
Tints of Dark Purple #911585
RGB
CMYK
RGB Variations
Color information
#911585 (or 0x911585) is known color: Dark Purple. HEX triplet: 91, 15 and 85. RGB value is (145,21,133). Sum of RGB (Red+Green+Blue) = 145+21+133=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #911585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911585 is #6EEA7A. Grayscale: #464646. Windows color (decimal): -7268987 or 8721809. OLE color: 8721809.
HSL color Cylindrical-coordinate representation of color #911585: hue angle of 305.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911585 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 133 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.43 |
| HSL | 305.81º | 0.75% | 0.33% | - |
| HSV(B) | 305.81º | 0.86% | 0.57% | - |
| XYZ | 16.18 | 8.25 | 22.93 | - |
| YUV | 70.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 133 | 0 | 0.86 | 0.08 | 0.43 | 305.81 | 0.75 | 0.33 |
| Hex | 91 | 15 | 85 | 0 | 56 | 8 | 2B | 132 | 4B | 21 |
| Octal | 221 | 25 | 205 | 0 | 126 | 10 | 53 | 462 | 113 | 41 |
| Binary | 10010001 | 10101 | 10000101 | 0 | 1010110 | 1000 | 101011 | 100110010 | 1001011 | 100001 |
Color Harmonies of #911585
Complementary color
Monochromatic Colors of #911585
Black with #911585
Text Example
Text Example
White with #911585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911585; }
p { color: rgb(145,21,133); }
H1.HeaderClassName
{
color: #911585;
}
.AnyTagClassName
{
color: #911585;
}
</style>
background-color css
<style>
a { background-color: #911585; }
a { background-color: rgb(145,21,133); }
div.DivClassName
{
background-color: #911585;
}
.BgClassName
{
background-color: #911585;
}
</style>
border-color css
<style>
span { border-color: #911585; }
span { border-color: rgb(145,21,133); }
td.TdClassName
{
border-color: #911585;
}
.TagClassName
{
border-color: #911585;
}
</style>