Shades of Dark Purple #91246B
Tints of Dark Purple #91246B
RGB
CMYK
RGB Variations
Color information
#91246B (or 0x91246B) is known color: Dark Purple. HEX triplet: 91, 24 and 6B. RGB value is (145,36,107). Sum of RGB (Red+Green+Blue) = 145+36+107=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91246B is #6EDB94. Grayscale: #4C4C4C. Windows color (decimal): -7265173 or 7021713. OLE color: 7021713.
HSL color Cylindrical-coordinate representation of color #91246B: hue angle of 320.92º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91246B is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 36 | 107 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.43 |
| HSL | 320.92º | 0.6% | 0.35% | - |
| HSV(B) | 320.92º | 0.75% | 0.57% | - |
| XYZ | 14.96 | 8.34 | 14.73 | - |
| YUV | 76.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 107 | 0 | 0.75 | 0.26 | 0.43 | 320.92 | 0.6 | 0.35 |
| Hex | 91 | 24 | 6B | 0 | 4B | 1A | 2B | 141 | 3C | 23 |
| Octal | 221 | 44 | 153 | 0 | 113 | 32 | 53 | 501 | 74 | 43 |
| Binary | 10010001 | 100100 | 1101011 | 0 | 1001011 | 11010 | 101011 | 101000001 | 111100 | 100011 |
Color Harmonies of #91246B
Complementary color
Monochromatic Colors of #91246B
Black with #91246B
Text Example
Text Example
White with #91246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91246B; }
p { color: rgb(145,36,107); }
H1.HeaderClassName
{
color: #91246B;
}
.AnyTagClassName
{
color: #91246B;
}
</style>
background-color css
<style>
a { background-color: #91246B; }
a { background-color: rgb(145,36,107); }
div.DivClassName
{
background-color: #91246B;
}
.BgClassName
{
background-color: #91246B;
}
</style>
border-color css
<style>
span { border-color: #91246B; }
span { border-color: rgb(145,36,107); }
td.TdClassName
{
border-color: #91246B;
}
.TagClassName
{
border-color: #91246B;
}
</style>