Shades of Jazzberry Jam #91155A
Tints of Jazzberry Jam #91155A
RGB
CMYK
RGB Variations
Color information
#91155A (or 0x91155A) is known color: Jazzberry Jam. HEX triplet: 91, 15 and 5A. RGB value is (145,21,90). Sum of RGB (Red+Green+Blue) = 145+21+90=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #91155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91155A is #6EEAA5. Grayscale: #414141. Windows color (decimal): -7269030 or 5903761. OLE color: 5903761.
HSL color Cylindrical-coordinate representation of color #91155A: hue angle of 326.61º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91155A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 90 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.43 |
| HSL | 326.61º | 0.75% | 0.33% | - |
| HSV(B) | 326.61º | 0.86% | 0.57% | - |
| XYZ | 13.79 | 7.29 | 10.35 | - |
| YUV | 65.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 90 | 0 | 0.86 | 0.38 | 0.43 | 326.61 | 0.75 | 0.33 |
| Hex | 91 | 15 | 5A | 0 | 56 | 26 | 2B | 147 | 4B | 21 |
| Octal | 221 | 25 | 132 | 0 | 126 | 46 | 53 | 507 | 113 | 41 |
| Binary | 10010001 | 10101 | 1011010 | 0 | 1010110 | 100110 | 101011 | 101000111 | 1001011 | 100001 |
Color Harmonies of #91155A
Complementary color
Monochromatic Colors of #91155A
Black with #91155A
Text Example
Text Example
White with #91155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91155A; }
p { color: rgb(145,21,90); }
H1.HeaderClassName
{
color: #91155A;
}
.AnyTagClassName
{
color: #91155A;
}
</style>
background-color css
<style>
a { background-color: #91155A; }
a { background-color: rgb(145,21,90); }
div.DivClassName
{
background-color: #91155A;
}
.BgClassName
{
background-color: #91155A;
}
</style>
border-color css
<style>
span { border-color: #91155A; }
span { border-color: rgb(145,21,90); }
td.TdClassName
{
border-color: #91155A;
}
.TagClassName
{
border-color: #91155A;
}
</style>