Shades of Dark Purple #911685
Tints of Dark Purple #911685
RGB
CMYK
RGB Variations
Color information
#911685 (or 0x911685) is known color: Dark Purple. HEX triplet: 91, 16 and 85. RGB value is (145,22,133). Sum of RGB (Red+Green+Blue) = 145+22+133=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #911685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911685 is #6EE97A. Grayscale: #474747. Windows color (decimal): -7268731 or 8722065. OLE color: 8722065.
HSL color Cylindrical-coordinate representation of color #911685: hue angle of 305.85º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911685 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 133 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.43 |
| HSL | 305.85º | 0.74% | 0.33% | - |
| HSV(B) | 305.85º | 0.85% | 0.57% | - |
| XYZ | 16.2 | 8.29 | 22.94 | - |
| YUV | 71.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 133 | 0 | 0.85 | 0.08 | 0.43 | 305.85 | 0.74 | 0.33 |
| Hex | 91 | 16 | 85 | 0 | 55 | 8 | 2B | 132 | 4A | 21 |
| Octal | 221 | 26 | 205 | 0 | 125 | 10 | 53 | 462 | 112 | 41 |
| Binary | 10010001 | 10110 | 10000101 | 0 | 1010101 | 1000 | 101011 | 100110010 | 1001010 | 100001 |
Color Harmonies of #911685
Complementary color
Monochromatic Colors of #911685
Black with #911685
Text Example
Text Example
White with #911685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911685; }
p { color: rgb(145,22,133); }
H1.HeaderClassName
{
color: #911685;
}
.AnyTagClassName
{
color: #911685;
}
</style>
background-color css
<style>
a { background-color: #911685; }
a { background-color: rgb(145,22,133); }
div.DivClassName
{
background-color: #911685;
}
.BgClassName
{
background-color: #911685;
}
</style>
border-color css
<style>
span { border-color: #911685; }
span { border-color: rgb(145,22,133); }
td.TdClassName
{
border-color: #911685;
}
.TagClassName
{
border-color: #911685;
}
</style>