Shades of Dark Purple #91256C
Tints of Dark Purple #91256C
RGB
CMYK
RGB Variations
Color information
#91256C (or 0x91256C) is known color: Dark Purple. HEX triplet: 91, 25 and 6C. RGB value is (145,37,108). Sum of RGB (Red+Green+Blue) = 145+37+108=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #91256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91256C is #6EDA93. Grayscale: #4D4D4D. Windows color (decimal): -7264916 or 7087505. OLE color: 7087505.
HSL color Cylindrical-coordinate representation of color #91256C: hue angle of 320.56º 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 #91256C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 108 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.43 |
| HSL | 320.56º | 0.59% | 0.36% | - |
| HSV(B) | 320.56º | 0.74% | 0.57% | - |
| XYZ | 15.05 | 8.43 | 15.02 | - |
| YUV | 77.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 108 | 0 | 0.74 | 0.26 | 0.43 | 320.56 | 0.59 | 0.36 |
| Hex | 91 | 25 | 6C | 0 | 4A | 1A | 2B | 141 | 3B | 24 |
| Octal | 221 | 45 | 154 | 0 | 112 | 32 | 53 | 501 | 73 | 44 |
| Binary | 10010001 | 100101 | 1101100 | 0 | 1001010 | 11010 | 101011 | 101000001 | 111011 | 100100 |
Color Harmonies of #91256C
Complementary color
Monochromatic Colors of #91256C
Black with #91256C
Text Example
Text Example
White with #91256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91256C; }
p { color: rgb(145,37,108); }
H1.HeaderClassName
{
color: #91256C;
}
.AnyTagClassName
{
color: #91256C;
}
</style>
background-color css
<style>
a { background-color: #91256C; }
a { background-color: rgb(145,37,108); }
div.DivClassName
{
background-color: #91256C;
}
.BgClassName
{
background-color: #91256C;
}
</style>
border-color css
<style>
span { border-color: #91256C; }
span { border-color: rgb(145,37,108); }
td.TdClassName
{
border-color: #91256C;
}
.TagClassName
{
border-color: #91256C;
}
</style>