Shades of Dark Purple #913080
Tints of Dark Purple #913080
RGB
CMYK
RGB Variations
Color information
#913080 (or 0x913080) is known color: Dark Purple. HEX triplet: 91, 30 and 80. RGB value is (145,48,128). Sum of RGB (Red+Green+Blue) = 145+48+128=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #913080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913080 is #6ECF7F. Grayscale: #555555. Windows color (decimal): -7262080 or 8401041. OLE color: 8401041.
HSL color Cylindrical-coordinate representation of color #913080: hue angle of 310.52º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913080 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 128 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.43 |
| HSL | 310.52º | 0.5% | 0.38% | - |
| HSV(B) | 310.52º | 0.67% | 0.57% | - |
| XYZ | 16.63 | 9.69 | 21.42 | - |
| YUV | 86.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 128 | 0 | 0.67 | 0.12 | 0.43 | 310.52 | 0.5 | 0.38 |
| Hex | 91 | 30 | 80 | 0 | 43 | C | 2B | 137 | 32 | 26 |
| Octal | 221 | 60 | 200 | 0 | 103 | 14 | 53 | 467 | 62 | 46 |
| Binary | 10010001 | 110000 | 10000000 | 0 | 1000011 | 1100 | 101011 | 100110111 | 110010 | 100110 |
Color Harmonies of #913080
Complementary color
Monochromatic Colors of #913080
Black with #913080
Text Example
Text Example
White with #913080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913080; }
p { color: rgb(145,48,128); }
H1.HeaderClassName
{
color: #913080;
}
.AnyTagClassName
{
color: #913080;
}
</style>
background-color css
<style>
a { background-color: #913080; }
a { background-color: rgb(145,48,128); }
div.DivClassName
{
background-color: #913080;
}
.BgClassName
{
background-color: #913080;
}
</style>
border-color css
<style>
span { border-color: #913080; }
span { border-color: rgb(145,48,128); }
td.TdClassName
{
border-color: #913080;
}
.TagClassName
{
border-color: #913080;
}
</style>