Shades of Dark Purple #913180
Tints of Dark Purple #913180
RGB
CMYK
RGB Variations
Color information
#913180 (or 0x913180) is known color: Dark Purple. HEX triplet: 91, 31 and 80. RGB value is (145,49,128). Sum of RGB (Red+Green+Blue) = 145+49+128=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #913180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913180 is #6ECE7F. Grayscale: #565656. Windows color (decimal): -7261824 or 8401297. OLE color: 8401297.
HSL color Cylindrical-coordinate representation of color #913180: hue angle of 310.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913180 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 128 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.43 |
| HSL | 310.63º | 0.49% | 0.38% | - |
| HSV(B) | 310.63º | 0.66% | 0.57% | - |
| XYZ | 16.67 | 9.77 | 21.43 | - |
| YUV | 86.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 128 | 0 | 0.66 | 0.12 | 0.43 | 310.63 | 0.49 | 0.38 |
| Hex | 91 | 31 | 80 | 0 | 42 | C | 2B | 137 | 31 | 26 |
| Octal | 221 | 61 | 200 | 0 | 102 | 14 | 53 | 467 | 61 | 46 |
| Binary | 10010001 | 110001 | 10000000 | 0 | 1000010 | 1100 | 101011 | 100110111 | 110001 | 100110 |
Color Harmonies of #913180
Complementary color
Monochromatic Colors of #913180
Black with #913180
Text Example
Text Example
White with #913180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913180; }
p { color: rgb(145,49,128); }
H1.HeaderClassName
{
color: #913180;
}
.AnyTagClassName
{
color: #913180;
}
</style>
background-color css
<style>
a { background-color: #913180; }
a { background-color: rgb(145,49,128); }
div.DivClassName
{
background-color: #913180;
}
.BgClassName
{
background-color: #913180;
}
</style>
border-color css
<style>
span { border-color: #913180; }
span { border-color: rgb(145,49,128); }
td.TdClassName
{
border-color: #913180;
}
.TagClassName
{
border-color: #913180;
}
</style>