Shades of Dark Purple #911988
Tints of Dark Purple #911988
RGB
CMYK
RGB Variations
Color information
#911988 (or 0x911988) is known color: Dark Purple. HEX triplet: 91, 19 and 88. RGB value is (145,25,136). Sum of RGB (Red+Green+Blue) = 145+25+136=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #911988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911988 is #6EE677. Grayscale: #494949. Windows color (decimal): -7267960 or 8919441. OLE color: 8919441.
HSL color Cylindrical-coordinate representation of color #911988: hue angle of 304.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911988 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 136 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.43 |
| HSL | 304.5º | 0.71% | 0.33% | - |
| HSV(B) | 304.5º | 0.83% | 0.57% | - |
| XYZ | 16.47 | 8.49 | 24.06 | - |
| YUV | 73.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 136 | 0 | 0.83 | 0.06 | 0.43 | 304.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 88 | 0 | 53 | 6 | 2B | 130 | 47 | 21 |
| Octal | 221 | 31 | 210 | 0 | 123 | 6 | 53 | 460 | 107 | 41 |
| Binary | 10010001 | 11001 | 10001000 | 0 | 1010011 | 110 | 101011 | 100110000 | 1000111 | 100001 |
Color Harmonies of #911988
Complementary color
Monochromatic Colors of #911988
Black with #911988
Text Example
Text Example
White with #911988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911988; }
p { color: rgb(145,25,136); }
H1.HeaderClassName
{
color: #911988;
}
.AnyTagClassName
{
color: #911988;
}
</style>
background-color css
<style>
a { background-color: #911988; }
a { background-color: rgb(145,25,136); }
div.DivClassName
{
background-color: #911988;
}
.BgClassName
{
background-color: #911988;
}
</style>
border-color css
<style>
span { border-color: #911988; }
span { border-color: rgb(145,25,136); }
td.TdClassName
{
border-color: #911988;
}
.TagClassName
{
border-color: #911988;
}
</style>