Shades of Dark Purple #91237A
Tints of Dark Purple #91237A
RGB
CMYK
RGB Variations
Color information
#91237A (or 0x91237A) is known color: Dark Purple. HEX triplet: 91, 23 and 7A. RGB value is (145,35,122). Sum of RGB (Red+Green+Blue) = 145+35+122=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91237A is #6EDC85. Grayscale: #4D4D4D. Windows color (decimal): -7265414 or 8004497. OLE color: 8004497.
HSL color Cylindrical-coordinate representation of color #91237A: hue angle of 312.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #91237A is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 122 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.43 |
| HSL | 312.55º | 0.61% | 0.35% | - |
| HSV(B) | 312.55º | 0.76% | 0.57% | - |
| XYZ | 15.79 | 8.63 | 19.25 | - |
| YUV | 77.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 122 | 0 | 0.76 | 0.16 | 0.43 | 312.55 | 0.61 | 0.35 |
| Hex | 91 | 23 | 7A | 0 | 4C | 10 | 2B | 139 | 3D | 23 |
| Octal | 221 | 43 | 172 | 0 | 114 | 20 | 53 | 471 | 75 | 43 |
| Binary | 10010001 | 100011 | 1111010 | 0 | 1001100 | 10000 | 101011 | 100111001 | 111101 | 100011 |
Color Harmonies of #91237A
Complementary color
Monochromatic Colors of #91237A
Black with #91237A
Text Example
Text Example
White with #91237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91237A; }
p { color: rgb(145,35,122); }
H1.HeaderClassName
{
color: #91237A;
}
.AnyTagClassName
{
color: #91237A;
}
</style>
background-color css
<style>
a { background-color: #91237A; }
a { background-color: rgb(145,35,122); }
div.DivClassName
{
background-color: #91237A;
}
.BgClassName
{
background-color: #91237A;
}
</style>
border-color css
<style>
span { border-color: #91237A; }
span { border-color: rgb(145,35,122); }
td.TdClassName
{
border-color: #91237A;
}
.TagClassName
{
border-color: #91237A;
}
</style>