Shades of Dark Purple #911E92
Tints of Dark Purple #911E92
RGB
CMYK
RGB Variations
Color information
#911E92 (or 0x911E92) is known color: Dark Purple. HEX triplet: 91, 1E and 92. RGB value is (145,30,146). Sum of RGB (Red+Green+Blue) = 145+30+146=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #911E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911E92 is #6EE16D. Grayscale: #4D4D4D. Windows color (decimal): -7266670 or 9576081. OLE color: 9576081.
HSL color Cylindrical-coordinate representation of color #911E92: hue angle of 299.48º degrees, saturation: 0.66, 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 #911E92 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 30 | 146 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.43 |
| HSL | 299.48º | 0.66% | 0.35% | - |
| HSV(B) | 299.48º | 0.79% | 0.57% | - |
| XYZ | 17.33 | 9.02 | 28.02 | - |
| YUV | 77.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 30 | 146 | 0.01 | 0.79 | 0 | 0.43 | 299.48 | 0.66 | 0.35 |
| Hex | 91 | 1E | 92 | 1 | 4F | 0 | 2B | 12B | 42 | 23 |
| Octal | 221 | 36 | 222 | 1 | 117 | 0 | 53 | 453 | 102 | 43 |
| Binary | 10010001 | 11110 | 10010010 | 1 | 1001111 | 0 | 101011 | 100101011 | 1000010 | 100011 |
Color Harmonies of #911E92
Complementary color
Monochromatic Colors of #911E92
Black with #911E92
Text Example
Text Example
White with #911E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911E92; }
p { color: rgb(145,30,146); }
H1.HeaderClassName
{
color: #911E92;
}
.AnyTagClassName
{
color: #911E92;
}
</style>
background-color css
<style>
a { background-color: #911E92; }
a { background-color: rgb(145,30,146); }
div.DivClassName
{
background-color: #911E92;
}
.BgClassName
{
background-color: #911E92;
}
</style>
border-color css
<style>
span { border-color: #911E92; }
span { border-color: rgb(145,30,146); }
td.TdClassName
{
border-color: #911E92;
}
.TagClassName
{
border-color: #911E92;
}
</style>