Shades of Dark Purple #911B7B
Tints of Dark Purple #911B7B
RGB
CMYK
RGB Variations
Color information
#911B7B (or 0x911B7B) is known color: Dark Purple. HEX triplet: 91, 1B and 7B. RGB value is (145,27,123). Sum of RGB (Red+Green+Blue) = 145+27+123=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #911B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911B7B is #6EE484. Grayscale: #484848. Windows color (decimal): -7267461 or 8067985. OLE color: 8067985.
HSL color Cylindrical-coordinate representation of color #911B7B: hue angle of 311.19º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911B7B is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 27 | 123 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.43 |
| HSL | 311.19º | 0.69% | 0.34% | - |
| HSV(B) | 311.19º | 0.81% | 0.57% | - |
| XYZ | 15.64 | 8.23 | 19.5 | - |
| YUV | 73.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 123 | 0 | 0.81 | 0.15 | 0.43 | 311.19 | 0.69 | 0.34 |
| Hex | 91 | 1B | 7B | 0 | 51 | F | 2B | 137 | 45 | 22 |
| Octal | 221 | 33 | 173 | 0 | 121 | 17 | 53 | 467 | 105 | 42 |
| Binary | 10010001 | 11011 | 1111011 | 0 | 1010001 | 1111 | 101011 | 100110111 | 1000101 | 100010 |
Color Harmonies of #911B7B
Complementary color
Monochromatic Colors of #911B7B
Black with #911B7B
Text Example
Text Example
White with #911B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911B7B; }
p { color: rgb(145,27,123); }
H1.HeaderClassName
{
color: #911B7B;
}
.AnyTagClassName
{
color: #911B7B;
}
</style>
background-color css
<style>
a { background-color: #911B7B; }
a { background-color: rgb(145,27,123); }
div.DivClassName
{
background-color: #911B7B;
}
.BgClassName
{
background-color: #911B7B;
}
</style>
border-color css
<style>
span { border-color: #911B7B; }
span { border-color: rgb(145,27,123); }
td.TdClassName
{
border-color: #911B7B;
}
.TagClassName
{
border-color: #911B7B;
}
</style>