Shades of Dark Purple #912980
Tints of Dark Purple #912980
RGB
CMYK
RGB Variations
Color information
#912980 (or 0x912980) is known color: Dark Purple. HEX triplet: 91, 29 and 80. RGB value is (145,41,128). Sum of RGB (Red+Green+Blue) = 145+41+128=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912980 is #6ED67F. Grayscale: #515151. Windows color (decimal): -7263872 or 8399249. OLE color: 8399249.
HSL color Cylindrical-coordinate representation of color #912980: hue angle of 309.81º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912980 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 128 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.43 |
| HSL | 309.81º | 0.56% | 0.36% | - |
| HSV(B) | 309.81º | 0.72% | 0.57% | - |
| XYZ | 16.37 | 9.16 | 21.33 | - |
| YUV | 82.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 128 | 0 | 0.72 | 0.12 | 0.43 | 309.81 | 0.56 | 0.36 |
| Hex | 91 | 29 | 80 | 0 | 48 | C | 2B | 136 | 38 | 24 |
| Octal | 221 | 51 | 200 | 0 | 110 | 14 | 53 | 466 | 70 | 44 |
| Binary | 10010001 | 101001 | 10000000 | 0 | 1001000 | 1100 | 101011 | 100110110 | 111000 | 100100 |
Color Harmonies of #912980
Complementary color
Monochromatic Colors of #912980
Black with #912980
Text Example
Text Example
White with #912980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912980; }
p { color: rgb(145,41,128); }
H1.HeaderClassName
{
color: #912980;
}
.AnyTagClassName
{
color: #912980;
}
</style>
background-color css
<style>
a { background-color: #912980; }
a { background-color: rgb(145,41,128); }
div.DivClassName
{
background-color: #912980;
}
.BgClassName
{
background-color: #912980;
}
</style>
border-color css
<style>
span { border-color: #912980; }
span { border-color: rgb(145,41,128); }
td.TdClassName
{
border-color: #912980;
}
.TagClassName
{
border-color: #912980;
}
</style>