Shades of Dark Purple #91227F
Tints of Dark Purple #91227F
RGB
CMYK
RGB Variations
Color information
#91227F (or 0x91227F) is known color: Dark Purple. HEX triplet: 91, 22 and 7F. RGB value is (145,34,127). Sum of RGB (Red+Green+Blue) = 145+34+127=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91227F is #6EDD80. Grayscale: #4D4D4D. Windows color (decimal): -7265665 or 8331921. OLE color: 8331921.
HSL color Cylindrical-coordinate representation of color #91227F: hue angle of 309.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91227F is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 34 | 127 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.43 |
| HSL | 309.73º | 0.62% | 0.35% | - |
| HSV(B) | 309.73º | 0.77% | 0.57% | - |
| XYZ | 16.08 | 8.7 | 20.91 | - |
| YUV | 77.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 34 | 127 | 0 | 0.77 | 0.12 | 0.43 | 309.73 | 0.62 | 0.35 |
| Hex | 91 | 22 | 7F | 0 | 4D | C | 2B | 136 | 3E | 23 |
| Octal | 221 | 42 | 177 | 0 | 115 | 14 | 53 | 466 | 76 | 43 |
| Binary | 10010001 | 100010 | 1111111 | 0 | 1001101 | 1100 | 101011 | 100110110 | 111110 | 100011 |
Color Harmonies of #91227F
Complementary color
Monochromatic Colors of #91227F
Black with #91227F
Text Example
Text Example
White with #91227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91227F; }
p { color: rgb(145,34,127); }
H1.HeaderClassName
{
color: #91227F;
}
.AnyTagClassName
{
color: #91227F;
}
</style>
background-color css
<style>
a { background-color: #91227F; }
a { background-color: rgb(145,34,127); }
div.DivClassName
{
background-color: #91227F;
}
.BgClassName
{
background-color: #91227F;
}
</style>
border-color css
<style>
span { border-color: #91227F; }
span { border-color: rgb(145,34,127); }
td.TdClassName
{
border-color: #91227F;
}
.TagClassName
{
border-color: #91227F;
}
</style>