Shades of Dark Purple #911F81
Tints of Dark Purple #911F81
RGB
CMYK
RGB Variations
Color information
#911F81 (or 0x911F81) is known color: Dark Purple. HEX triplet: 91, 1F and 81. RGB value is (145,31,129). Sum of RGB (Red+Green+Blue) = 145+31+129=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #911F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911F81 is #6EE07E. Grayscale: #4B4B4B. Windows color (decimal): -7266431 or 8462225. OLE color: 8462225.
HSL color Cylindrical-coordinate representation of color #911F81: hue angle of 308.42º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F81 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 129 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.43 |
| HSL | 308.42º | 0.65% | 0.35% | - |
| HSV(B) | 308.42º | 0.79% | 0.57% | - |
| XYZ | 16.13 | 8.58 | 21.58 | - |
| YUV | 76.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 129 | 0 | 0.79 | 0.11 | 0.43 | 308.42 | 0.65 | 0.35 |
| Hex | 91 | 1F | 81 | 0 | 4F | B | 2B | 134 | 41 | 23 |
| Octal | 221 | 37 | 201 | 0 | 117 | 13 | 53 | 464 | 101 | 43 |
| Binary | 10010001 | 11111 | 10000001 | 0 | 1001111 | 1011 | 101011 | 100110100 | 1000001 | 100011 |
Color Harmonies of #911F81
Complementary color
Monochromatic Colors of #911F81
Black with #911F81
Text Example
Text Example
White with #911F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F81; }
p { color: rgb(145,31,129); }
H1.HeaderClassName
{
color: #911F81;
}
.AnyTagClassName
{
color: #911F81;
}
</style>
background-color css
<style>
a { background-color: #911F81; }
a { background-color: rgb(145,31,129); }
div.DivClassName
{
background-color: #911F81;
}
.BgClassName
{
background-color: #911F81;
}
</style>
border-color css
<style>
span { border-color: #911F81; }
span { border-color: rgb(145,31,129); }
td.TdClassName
{
border-color: #911F81;
}
.TagClassName
{
border-color: #911F81;
}
</style>