Shades of Jazzberry Jam #91145E
Tints of Jazzberry Jam #91145E
RGB
CMYK
RGB Variations
Color information
#91145E (or 0x91145E) is known color: Jazzberry Jam. HEX triplet: 91, 14 and 5E. RGB value is (145,20,94). Sum of RGB (Red+Green+Blue) = 145+20+94=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #91145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91145E is #6EEBA1. Grayscale: #414141. Windows color (decimal): -7269282 or 6165649. OLE color: 6165649.
HSL color Cylindrical-coordinate representation of color #91145E: hue angle of 324.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91145E is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 94 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.43 |
| HSL | 324.48º | 0.76% | 0.32% | - |
| HSV(B) | 324.48º | 0.86% | 0.57% | - |
| XYZ | 13.95 | 7.33 | 11.27 | - |
| YUV | 65.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 94 | 0 | 0.86 | 0.35 | 0.43 | 324.48 | 0.76 | 0.32 |
| Hex | 91 | 14 | 5E | 0 | 56 | 23 | 2B | 144 | 4C | 20 |
| Octal | 221 | 24 | 136 | 0 | 126 | 43 | 53 | 504 | 114 | 40 |
| Binary | 10010001 | 10100 | 1011110 | 0 | 1010110 | 100011 | 101011 | 101000100 | 1001100 | 100000 |
Color Harmonies of #91145E
Complementary color
Monochromatic Colors of #91145E
Black with #91145E
Text Example
Text Example
White with #91145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91145E; }
p { color: rgb(145,20,94); }
H1.HeaderClassName
{
color: #91145E;
}
.AnyTagClassName
{
color: #91145E;
}
</style>
background-color css
<style>
a { background-color: #91145E; }
a { background-color: rgb(145,20,94); }
div.DivClassName
{
background-color: #91145E;
}
.BgClassName
{
background-color: #91145E;
}
</style>
border-color css
<style>
span { border-color: #91145E; }
span { border-color: rgb(145,20,94); }
td.TdClassName
{
border-color: #91145E;
}
.TagClassName
{
border-color: #91145E;
}
</style>