Shades of Dark Purple #91257C
Tints of Dark Purple #91257C
RGB
CMYK
RGB Variations
Color information
#91257C (or 0x91257C) is known color: Dark Purple. HEX triplet: 91, 25 and 7C. RGB value is (145,37,124). Sum of RGB (Red+Green+Blue) = 145+37+124=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91257C is #6EDA83. Grayscale: #4E4E4E. Windows color (decimal): -7264900 or 8136081. OLE color: 8136081.
HSL color Cylindrical-coordinate representation of color #91257C: hue angle of 311.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91257C is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 124 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.43 |
| HSL | 311.67º | 0.59% | 0.36% | - |
| HSV(B) | 311.67º | 0.74% | 0.57% | - |
| XYZ | 15.98 | 8.8 | 19.92 | - |
| YUV | 79.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 124 | 0 | 0.74 | 0.14 | 0.43 | 311.67 | 0.59 | 0.36 |
| Hex | 91 | 25 | 7C | 0 | 4A | E | 2B | 138 | 3B | 24 |
| Octal | 221 | 45 | 174 | 0 | 112 | 16 | 53 | 470 | 73 | 44 |
| Binary | 10010001 | 100101 | 1111100 | 0 | 1001010 | 1110 | 101011 | 100111000 | 111011 | 100100 |
Color Harmonies of #91257C
Complementary color
Monochromatic Colors of #91257C
Black with #91257C
Text Example
Text Example
White with #91257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91257C; }
p { color: rgb(145,37,124); }
H1.HeaderClassName
{
color: #91257C;
}
.AnyTagClassName
{
color: #91257C;
}
</style>
background-color css
<style>
a { background-color: #91257C; }
a { background-color: rgb(145,37,124); }
div.DivClassName
{
background-color: #91257C;
}
.BgClassName
{
background-color: #91257C;
}
</style>
border-color css
<style>
span { border-color: #91257C; }
span { border-color: rgb(145,37,124); }
td.TdClassName
{
border-color: #91257C;
}
.TagClassName
{
border-color: #91257C;
}
</style>