Shades of Jazzberry Jam #91124E
Tints of Jazzberry Jam #91124E
RGB
CMYK
RGB Variations
Color information
#91124E (or 0x91124E) is known color: Jazzberry Jam. HEX triplet: 91, 12 and 4E. RGB value is (145,18,78). Sum of RGB (Red+Green+Blue) = 145+18+78=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #91124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91124E is #6EEDB1. Grayscale: #3E3E3E. Windows color (decimal): -7269810 or 5116561. OLE color: 5116561.
HSL color Cylindrical-coordinate representation of color #91124E: hue angle of 331.65º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91124E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 78 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.43 |
| HSL | 331.65º | 0.78% | 0.32% | - |
| HSV(B) | 331.65º | 0.88% | 0.57% | - |
| XYZ | 13.27 | 7 | 7.86 | - |
| YUV | 62.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 78 | 0 | 0.88 | 0.46 | 0.43 | 331.65 | 0.78 | 0.32 |
| Hex | 91 | 12 | 4E | 0 | 58 | 2E | 2B | 14C | 4E | 20 |
| Octal | 221 | 22 | 116 | 0 | 130 | 56 | 53 | 514 | 116 | 40 |
| Binary | 10010001 | 10010 | 1001110 | 0 | 1011000 | 101110 | 101011 | 101001100 | 1001110 | 100000 |
Color Harmonies of #91124E
Complementary color
Monochromatic Colors of #91124E
Black with #91124E
Text Example
Text Example
White with #91124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91124E; }
p { color: rgb(145,18,78); }
H1.HeaderClassName
{
color: #91124E;
}
.AnyTagClassName
{
color: #91124E;
}
</style>
background-color css
<style>
a { background-color: #91124E; }
a { background-color: rgb(145,18,78); }
div.DivClassName
{
background-color: #91124E;
}
.BgClassName
{
background-color: #91124E;
}
</style>
border-color css
<style>
span { border-color: #91124E; }
span { border-color: rgb(145,18,78); }
td.TdClassName
{
border-color: #91124E;
}
.TagClassName
{
border-color: #91124E;
}
</style>