Shades of Dark Purple #911A81
Tints of Dark Purple #911A81
RGB
CMYK
RGB Variations
Color information
#911A81 (or 0x911A81) is known color: Dark Purple. HEX triplet: 91, 1A and 81. RGB value is (145,26,129). Sum of RGB (Red+Green+Blue) = 145+26+129=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #911A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A81 is #6EE57E. Grayscale: #494949. Windows color (decimal): -7267711 or 8460945. OLE color: 8460945.
HSL color Cylindrical-coordinate representation of color #911A81: hue angle of 308.07º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A81 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 129 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.43 |
| HSL | 308.07º | 0.7% | 0.34% | - |
| HSV(B) | 308.07º | 0.82% | 0.57% | - |
| XYZ | 16.01 | 8.34 | 21.54 | - |
| YUV | 73.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 129 | 0 | 0.82 | 0.11 | 0.43 | 308.07 | 0.7 | 0.34 |
| Hex | 91 | 1A | 81 | 0 | 52 | B | 2B | 134 | 46 | 22 |
| Octal | 221 | 32 | 201 | 0 | 122 | 13 | 53 | 464 | 106 | 42 |
| Binary | 10010001 | 11010 | 10000001 | 0 | 1010010 | 1011 | 101011 | 100110100 | 1000110 | 100010 |
Color Harmonies of #911A81
Complementary color
Monochromatic Colors of #911A81
Black with #911A81
Text Example
Text Example
White with #911A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A81; }
p { color: rgb(145,26,129); }
H1.HeaderClassName
{
color: #911A81;
}
.AnyTagClassName
{
color: #911A81;
}
</style>
background-color css
<style>
a { background-color: #911A81; }
a { background-color: rgb(145,26,129); }
div.DivClassName
{
background-color: #911A81;
}
.BgClassName
{
background-color: #911A81;
}
</style>
border-color css
<style>
span { border-color: #911A81; }
span { border-color: rgb(145,26,129); }
td.TdClassName
{
border-color: #911A81;
}
.TagClassName
{
border-color: #911A81;
}
</style>