Shades of Jazzberry Jam #911658
Tints of Jazzberry Jam #911658
RGB
CMYK
RGB Variations
Color information
#911658 (or 0x911658) is known color: Jazzberry Jam. HEX triplet: 91, 16 and 58. RGB value is (145,22,88). Sum of RGB (Red+Green+Blue) = 145+22+88=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #911658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911658 is #6EE9A7. Grayscale: #424242. Windows color (decimal): -7268776 or 5772945. OLE color: 5772945.
HSL color Cylindrical-coordinate representation of color #911658: hue angle of 327.8º 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 #911658 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 88 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.43 |
| HSL | 327.8º | 0.74% | 0.33% | - |
| HSV(B) | 327.8º | 0.85% | 0.57% | - |
| XYZ | 13.73 | 7.3 | 9.92 | - |
| YUV | 66.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 88 | 0 | 0.85 | 0.39 | 0.43 | 327.8 | 0.74 | 0.33 |
| Hex | 91 | 16 | 58 | 0 | 55 | 27 | 2B | 148 | 4A | 21 |
| Octal | 221 | 26 | 130 | 0 | 125 | 47 | 53 | 510 | 112 | 41 |
| Binary | 10010001 | 10110 | 1011000 | 0 | 1010101 | 100111 | 101011 | 101001000 | 1001010 | 100001 |
Color Harmonies of #911658
Complementary color
Monochromatic Colors of #911658
Black with #911658
Text Example
Text Example
White with #911658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911658; }
p { color: rgb(145,22,88); }
H1.HeaderClassName
{
color: #911658;
}
.AnyTagClassName
{
color: #911658;
}
</style>
background-color css
<style>
a { background-color: #911658; }
a { background-color: rgb(145,22,88); }
div.DivClassName
{
background-color: #911658;
}
.BgClassName
{
background-color: #911658;
}
</style>
border-color css
<style>
span { border-color: #911658; }
span { border-color: rgb(145,22,88); }
td.TdClassName
{
border-color: #911658;
}
.TagClassName
{
border-color: #911658;
}
</style>