Shades of Dark Purple #914080
Tints of Dark Purple #914080
RGB
CMYK
RGB Variations
Color information
#914080 (or 0x914080) is known color: Dark Purple. HEX triplet: 91, 40 and 80. RGB value is (145,64,128). Sum of RGB (Red+Green+Blue) = 145+64+128=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #914080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914080 is #6EBF7F. Grayscale: #5F5F5F. Windows color (decimal): -7257984 or 8405137. OLE color: 8405137.
HSL color Cylindrical-coordinate representation of color #914080: hue angle of 312.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914080 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 128 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.43 |
| HSL | 312.59º | 0.39% | 0.41% | - |
| HSV(B) | 312.59º | 0.56% | 0.57% | - |
| XYZ | 17.41 | 11.25 | 21.68 | - |
| YUV | 95.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 128 | 0 | 0.56 | 0.12 | 0.43 | 312.59 | 0.39 | 0.41 |
| Hex | 91 | 40 | 80 | 0 | 38 | C | 2B | 139 | 27 | 29 |
| Octal | 221 | 100 | 200 | 0 | 70 | 14 | 53 | 471 | 47 | 51 |
| Binary | 10010001 | 1000000 | 10000000 | 0 | 111000 | 1100 | 101011 | 100111001 | 100111 | 101001 |
Color Harmonies of #914080
Complementary color
Monochromatic Colors of #914080
Black with #914080
Text Example
Text Example
White with #914080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914080; }
p { color: rgb(145,64,128); }
H1.HeaderClassName
{
color: #914080;
}
.AnyTagClassName
{
color: #914080;
}
</style>
background-color css
<style>
a { background-color: #914080; }
a { background-color: rgb(145,64,128); }
div.DivClassName
{
background-color: #914080;
}
.BgClassName
{
background-color: #914080;
}
</style>
border-color css
<style>
span { border-color: #914080; }
span { border-color: rgb(145,64,128); }
td.TdClassName
{
border-color: #914080;
}
.TagClassName
{
border-color: #914080;
}
</style>