Shades of Dark Purple #911680
Tints of Dark Purple #911680
RGB
CMYK
RGB Variations
Color information
#911680 (or 0x911680) is known color: Dark Purple. HEX triplet: 91, 16 and 80. RGB value is (145,22,128). Sum of RGB (Red+Green+Blue) = 145+22+128=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #911680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911680 is #6EE97F. Grayscale: #464646. Windows color (decimal): -7268736 or 8394385. OLE color: 8394385.
HSL color Cylindrical-coordinate representation of color #911680: hue angle of 308.29º 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 #911680 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 128 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.43 |
| HSL | 308.29º | 0.74% | 0.33% | - |
| HSV(B) | 308.29º | 0.85% | 0.57% | - |
| XYZ | 15.86 | 8.15 | 21.16 | - |
| YUV | 70.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 128 | 0 | 0.85 | 0.12 | 0.43 | 308.29 | 0.74 | 0.33 |
| Hex | 91 | 16 | 80 | 0 | 55 | C | 2B | 134 | 4A | 21 |
| Octal | 221 | 26 | 200 | 0 | 125 | 14 | 53 | 464 | 112 | 41 |
| Binary | 10010001 | 10110 | 10000000 | 0 | 1010101 | 1100 | 101011 | 100110100 | 1001010 | 100001 |
Color Harmonies of #911680
Complementary color
Monochromatic Colors of #911680
Black with #911680
Text Example
Text Example
White with #911680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911680; }
p { color: rgb(145,22,128); }
H1.HeaderClassName
{
color: #911680;
}
.AnyTagClassName
{
color: #911680;
}
</style>
background-color css
<style>
a { background-color: #911680; }
a { background-color: rgb(145,22,128); }
div.DivClassName
{
background-color: #911680;
}
.BgClassName
{
background-color: #911680;
}
</style>
border-color css
<style>
span { border-color: #911680; }
span { border-color: rgb(145,22,128); }
td.TdClassName
{
border-color: #911680;
}
.TagClassName
{
border-color: #911680;
}
</style>