Shades of Dark Purple #911F7C
Tints of Dark Purple #911F7C
RGB
CMYK
RGB Variations
Color information
#911F7C (or 0x911F7C) is known color: Dark Purple. HEX triplet: 91, 1F and 7C. RGB value is (145,31,124). Sum of RGB (Red+Green+Blue) = 145+31+124=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #911F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911F7C is #6EE083. Grayscale: #4B4B4B. Windows color (decimal): -7266436 or 8134545. OLE color: 8134545.
HSL color Cylindrical-coordinate representation of color #911F7C: hue angle of 311.05º 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 #911F7C is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 124 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.43 |
| HSL | 311.05º | 0.65% | 0.35% | - |
| HSV(B) | 311.05º | 0.79% | 0.57% | - |
| XYZ | 15.81 | 8.45 | 19.87 | - |
| YUV | 75.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 124 | 0 | 0.79 | 0.14 | 0.43 | 311.05 | 0.65 | 0.35 |
| Hex | 91 | 1F | 7C | 0 | 4F | E | 2B | 137 | 41 | 23 |
| Octal | 221 | 37 | 174 | 0 | 117 | 16 | 53 | 467 | 101 | 43 |
| Binary | 10010001 | 11111 | 1111100 | 0 | 1001111 | 1110 | 101011 | 100110111 | 1000001 | 100011 |
Color Harmonies of #911F7C
Complementary color
Monochromatic Colors of #911F7C
Black with #911F7C
Text Example
Text Example
White with #911F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F7C; }
p { color: rgb(145,31,124); }
H1.HeaderClassName
{
color: #911F7C;
}
.AnyTagClassName
{
color: #911F7C;
}
</style>
background-color css
<style>
a { background-color: #911F7C; }
a { background-color: rgb(145,31,124); }
div.DivClassName
{
background-color: #911F7C;
}
.BgClassName
{
background-color: #911F7C;
}
</style>
border-color css
<style>
span { border-color: #911F7C; }
span { border-color: rgb(145,31,124); }
td.TdClassName
{
border-color: #911F7C;
}
.TagClassName
{
border-color: #911F7C;
}
</style>