Shades of Dark Purple #91206F
Tints of Dark Purple #91206F
RGB
CMYK
RGB Variations
Color information
#91206F (or 0x91206F) is known color: Dark Purple. HEX triplet: 91, 20 and 6F. RGB value is (145,32,111). Sum of RGB (Red+Green+Blue) = 145+32+111=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91206F is #6EDF90. Grayscale: #4A4A4A. Windows color (decimal): -7266193 or 7282833. OLE color: 7282833.
HSL color Cylindrical-coordinate representation of color #91206F: hue angle of 318.05º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91206F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 111 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.43 |
| HSL | 318.05º | 0.64% | 0.35% | - |
| HSV(B) | 318.05º | 0.78% | 0.57% | - |
| XYZ | 15.06 | 8.2 | 15.83 | - |
| YUV | 74.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 111 | 0 | 0.78 | 0.23 | 0.43 | 318.05 | 0.64 | 0.35 |
| Hex | 91 | 20 | 6F | 0 | 4E | 17 | 2B | 13E | 40 | 23 |
| Octal | 221 | 40 | 157 | 0 | 116 | 27 | 53 | 476 | 100 | 43 |
| Binary | 10010001 | 100000 | 1101111 | 0 | 1001110 | 10111 | 101011 | 100111110 | 1000000 | 100011 |
Color Harmonies of #91206F
Complementary color
Monochromatic Colors of #91206F
Black with #91206F
Text Example
Text Example
White with #91206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91206F; }
p { color: rgb(145,32,111); }
H1.HeaderClassName
{
color: #91206F;
}
.AnyTagClassName
{
color: #91206F;
}
</style>
background-color css
<style>
a { background-color: #91206F; }
a { background-color: rgb(145,32,111); }
div.DivClassName
{
background-color: #91206F;
}
.BgClassName
{
background-color: #91206F;
}
</style>
border-color css
<style>
span { border-color: #91206F; }
span { border-color: rgb(145,32,111); }
td.TdClassName
{
border-color: #91206F;
}
.TagClassName
{
border-color: #91206F;
}
</style>