Shades of Dark Purple #91326F
Tints of Dark Purple #91326F
RGB
CMYK
RGB Variations
Color information
#91326F (or 0x91326F) is known color: Dark Purple. HEX triplet: 91, 32 and 6F. RGB value is (145,50,111). Sum of RGB (Red+Green+Blue) = 145+50+111=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91326F is #6ECD90. Grayscale: #555555. Windows color (decimal): -7261585 or 7287441. OLE color: 7287441.
HSL color Cylindrical-coordinate representation of color #91326F: hue angle of 321.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91326F is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 111 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.43 |
| HSL | 321.47º | 0.49% | 0.38% | - |
| HSV(B) | 321.47º | 0.66% | 0.57% | - |
| XYZ | 15.69 | 9.45 | 16.04 | - |
| YUV | 85.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 111 | 0 | 0.66 | 0.23 | 0.43 | 321.47 | 0.49 | 0.38 |
| Hex | 91 | 32 | 6F | 0 | 42 | 17 | 2B | 141 | 31 | 26 |
| Octal | 221 | 62 | 157 | 0 | 102 | 27 | 53 | 501 | 61 | 46 |
| Binary | 10010001 | 110010 | 1101111 | 0 | 1000010 | 10111 | 101011 | 101000001 | 110001 | 100110 |
Color Harmonies of #91326F
Complementary color
Monochromatic Colors of #91326F
Black with #91326F
Text Example
Text Example
White with #91326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91326F; }
p { color: rgb(145,50,111); }
H1.HeaderClassName
{
color: #91326F;
}
.AnyTagClassName
{
color: #91326F;
}
</style>
background-color css
<style>
a { background-color: #91326F; }
a { background-color: rgb(145,50,111); }
div.DivClassName
{
background-color: #91326F;
}
.BgClassName
{
background-color: #91326F;
}
</style>
border-color css
<style>
span { border-color: #91326F; }
span { border-color: rgb(145,50,111); }
td.TdClassName
{
border-color: #91326F;
}
.TagClassName
{
border-color: #91326F;
}
</style>