Shades of Jazzberry Jam #911659
Tints of Jazzberry Jam #911659
RGB
CMYK
RGB Variations
Color information
#911659 (or 0x911659) is known color: Jazzberry Jam. HEX triplet: 91, 16 and 59. RGB value is (145,22,89). Sum of RGB (Red+Green+Blue) = 145+22+89=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #911659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911659 is #6EE9A6. Grayscale: #424242. Windows color (decimal): -7268775 or 5838481. OLE color: 5838481.
HSL color Cylindrical-coordinate representation of color #911659: hue angle of 327.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911659 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 89 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.43 |
| HSL | 327.32º | 0.74% | 0.33% | - |
| HSV(B) | 327.32º | 0.85% | 0.57% | - |
| XYZ | 13.77 | 7.31 | 10.14 | - |
| YUV | 66.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 89 | 0 | 0.85 | 0.39 | 0.43 | 327.32 | 0.74 | 0.33 |
| Hex | 91 | 16 | 59 | 0 | 55 | 27 | 2B | 147 | 4A | 21 |
| Octal | 221 | 26 | 131 | 0 | 125 | 47 | 53 | 507 | 112 | 41 |
| Binary | 10010001 | 10110 | 1011001 | 0 | 1010101 | 100111 | 101011 | 101000111 | 1001010 | 100001 |
Color Harmonies of #911659
Complementary color
Monochromatic Colors of #911659
Black with #911659
Text Example
Text Example
White with #911659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911659; }
p { color: rgb(145,22,89); }
H1.HeaderClassName
{
color: #911659;
}
.AnyTagClassName
{
color: #911659;
}
</style>
background-color css
<style>
a { background-color: #911659; }
a { background-color: rgb(145,22,89); }
div.DivClassName
{
background-color: #911659;
}
.BgClassName
{
background-color: #911659;
}
</style>
border-color css
<style>
span { border-color: #911659; }
span { border-color: rgb(145,22,89); }
td.TdClassName
{
border-color: #911659;
}
.TagClassName
{
border-color: #911659;
}
</style>