Shades of Dark Purple #91097A
Tints of Dark Purple #91097A
RGB
CMYK
RGB Variations
Color information
#91097A (or 0x91097A) is known color: Dark Purple. HEX triplet: 91, 09 and 7A. RGB value is (145,9,122). Sum of RGB (Red+Green+Blue) = 145+9+122=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91097A is #6EF685. Grayscale: #3E3E3E. Windows color (decimal): -7272070 or 7997841. OLE color: 7997841.
HSL color Cylindrical-coordinate representation of color #91097A: hue angle of 310.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91097A is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.43 |
| HSL | 310.15º | 0.88% | 0.3% | - |
| HSV(B) | 310.15º | 0.94% | 0.57% | - |
| XYZ | 15.29 | 7.62 | 19.08 | - |
| YUV | 62.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 122 | 0 | 0.94 | 0.16 | 0.43 | 310.15 | 0.88 | 0.3 |
| Hex | 91 | 9 | 7A | 0 | 5E | 10 | 2B | 136 | 58 | 1E |
| Octal | 221 | 11 | 172 | 0 | 136 | 20 | 53 | 466 | 130 | 36 |
| Binary | 10010001 | 1001 | 1111010 | 0 | 1011110 | 10000 | 101011 | 100110110 | 1011000 | 11110 |
Color Harmonies of #91097A
Complementary color
Monochromatic Colors of #91097A
Black with #91097A
Text Example
Text Example
White with #91097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91097A; }
p { color: rgb(145,9,122); }
H1.HeaderClassName
{
color: #91097A;
}
.AnyTagClassName
{
color: #91097A;
}
</style>
background-color css
<style>
a { background-color: #91097A; }
a { background-color: rgb(145,9,122); }
div.DivClassName
{
background-color: #91097A;
}
.BgClassName
{
background-color: #91097A;
}
</style>
border-color css
<style>
span { border-color: #91097A; }
span { border-color: rgb(145,9,122); }
td.TdClassName
{
border-color: #91097A;
}
.TagClassName
{
border-color: #91097A;
}
</style>