Shades of Dark Purple #911888
Tints of Dark Purple #911888
RGB
CMYK
RGB Variations
Color information
#911888 (or 0x911888) is known color: Dark Purple. HEX triplet: 91, 18 and 88. RGB value is (145,24,136). Sum of RGB (Red+Green+Blue) = 145+24+136=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #911888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911888 is #6EE777. Grayscale: #484848. Windows color (decimal): -7268216 or 8919185. OLE color: 8919185.
HSL color Cylindrical-coordinate representation of color #911888: hue angle of 304.46º degrees, saturation: 0.72, 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 #911888 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 136 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.43 |
| HSL | 304.46º | 0.72% | 0.33% | - |
| HSV(B) | 304.46º | 0.83% | 0.57% | - |
| XYZ | 16.45 | 8.45 | 24.06 | - |
| YUV | 72.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 136 | 0 | 0.83 | 0.06 | 0.43 | 304.46 | 0.72 | 0.33 |
| Hex | 91 | 18 | 88 | 0 | 53 | 6 | 2B | 130 | 48 | 21 |
| Octal | 221 | 30 | 210 | 0 | 123 | 6 | 53 | 460 | 110 | 41 |
| Binary | 10010001 | 11000 | 10001000 | 0 | 1010011 | 110 | 101011 | 100110000 | 1001000 | 100001 |
Color Harmonies of #911888
Complementary color
Monochromatic Colors of #911888
Black with #911888
Text Example
Text Example
White with #911888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911888; }
p { color: rgb(145,24,136); }
H1.HeaderClassName
{
color: #911888;
}
.AnyTagClassName
{
color: #911888;
}
</style>
background-color css
<style>
a { background-color: #911888; }
a { background-color: rgb(145,24,136); }
div.DivClassName
{
background-color: #911888;
}
.BgClassName
{
background-color: #911888;
}
</style>
border-color css
<style>
span { border-color: #911888; }
span { border-color: rgb(145,24,136); }
td.TdClassName
{
border-color: #911888;
}
.TagClassName
{
border-color: #911888;
}
</style>