Shades of Dark Purple #911688
Tints of Dark Purple #911688
RGB
CMYK
RGB Variations
Color information
#911688 (or 0x911688) is known color: Dark Purple. HEX triplet: 91, 16 and 88. RGB value is (145,22,136). Sum of RGB (Red+Green+Blue) = 145+22+136=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #911688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911688 is #6EE977. Grayscale: #474747. Windows color (decimal): -7268728 or 8918673. OLE color: 8918673.
HSL color Cylindrical-coordinate representation of color #911688: hue angle of 304.39º 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 #911688 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 136 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.43 |
| HSL | 304.39º | 0.74% | 0.33% | - |
| HSV(B) | 304.39º | 0.85% | 0.57% | - |
| XYZ | 16.41 | 8.37 | 24.04 | - |
| YUV | 71.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 136 | 0 | 0.85 | 0.06 | 0.43 | 304.39 | 0.74 | 0.33 |
| Hex | 91 | 16 | 88 | 0 | 55 | 6 | 2B | 130 | 4A | 21 |
| Octal | 221 | 26 | 210 | 0 | 125 | 6 | 53 | 460 | 112 | 41 |
| Binary | 10010001 | 10110 | 10001000 | 0 | 1010101 | 110 | 101011 | 100110000 | 1001010 | 100001 |
Color Harmonies of #911688
Complementary color
Monochromatic Colors of #911688
Black with #911688
Text Example
Text Example
White with #911688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911688; }
p { color: rgb(145,22,136); }
H1.HeaderClassName
{
color: #911688;
}
.AnyTagClassName
{
color: #911688;
}
</style>
background-color css
<style>
a { background-color: #911688; }
a { background-color: rgb(145,22,136); }
div.DivClassName
{
background-color: #911688;
}
.BgClassName
{
background-color: #911688;
}
</style>
border-color css
<style>
span { border-color: #911688; }
span { border-color: rgb(145,22,136); }
td.TdClassName
{
border-color: #911688;
}
.TagClassName
{
border-color: #911688;
}
</style>