Shades of Dark Purple #91188C
Tints of Dark Purple #91188C
RGB
CMYK
RGB Variations
Color information
#91188C (or 0x91188C) is known color: Dark Purple. HEX triplet: 91, 18 and 8C. RGB value is (145,24,140). Sum of RGB (Red+Green+Blue) = 145+24+140=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91188C is #6EE773. Grayscale: #494949. Windows color (decimal): -7268212 or 9181329. OLE color: 9181329.
HSL color Cylindrical-coordinate representation of color #91188C: hue angle of 302.48º 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 #91188C is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 140 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.43 |
| HSL | 302.48º | 0.72% | 0.33% | - |
| HSV(B) | 302.48º | 0.83% | 0.57% | - |
| XYZ | 16.74 | 8.57 | 25.58 | - |
| YUV | 73.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 140 | 0 | 0.83 | 0.03 | 0.43 | 302.48 | 0.72 | 0.33 |
| Hex | 91 | 18 | 8C | 0 | 53 | 3 | 2B | 12E | 48 | 21 |
| Octal | 221 | 30 | 214 | 0 | 123 | 3 | 53 | 456 | 110 | 41 |
| Binary | 10010001 | 11000 | 10001100 | 0 | 1010011 | 11 | 101011 | 100101110 | 1001000 | 100001 |
Color Harmonies of #91188C
Complementary color
Monochromatic Colors of #91188C
Black with #91188C
Text Example
Text Example
White with #91188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91188C; }
p { color: rgb(145,24,140); }
H1.HeaderClassName
{
color: #91188C;
}
.AnyTagClassName
{
color: #91188C;
}
</style>
background-color css
<style>
a { background-color: #91188C; }
a { background-color: rgb(145,24,140); }
div.DivClassName
{
background-color: #91188C;
}
.BgClassName
{
background-color: #91188C;
}
</style>
border-color css
<style>
span { border-color: #91188C; }
span { border-color: rgb(145,24,140); }
td.TdClassName
{
border-color: #91188C;
}
.TagClassName
{
border-color: #91188C;
}
</style>