Shades of Jazzberry Jam #931658
Tints of Jazzberry Jam #931658
RGB
CMYK
RGB Variations
Color information
#931658 (or 0x931658) is known color: Jazzberry Jam. HEX triplet: 93, 16 and 58. RGB value is (147,22,88). Sum of RGB (Red+Green+Blue) = 147+22+88=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #931658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931658 is #6CE9A7. Grayscale: #424242. Windows color (decimal): -7137704 or 5772947. OLE color: 5772947.
HSL color Cylindrical-coordinate representation of color #931658: hue angle of 328.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931658 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 88 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.42 |
| HSL | 328.32º | 0.74% | 0.33% | - |
| HSV(B) | 328.32º | 0.85% | 0.58% | - |
| XYZ | 14.08 | 7.48 | 9.93 | - |
| YUV | 66.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 88 | 0 | 0.85 | 0.40 | 0.42 | 328.32 | 0.74 | 0.33 |
| Hex | 93 | 16 | 58 | 0 | 55 | 28 | 2A | 148 | 4A | 21 |
| Octal | 223 | 26 | 130 | 0 | 125 | 50 | 52 | 510 | 112 | 41 |
| Binary | 10010011 | 10110 | 1011000 | 0 | 1010101 | 101000 | 101010 | 101001000 | 1001010 | 100001 |
Color Harmonies of #931658
Complementary color
Monochromatic Colors of #931658
Black with #931658
Text Example
Text Example
White with #931658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931658; }
p { color: rgb(147,22,88); }
H1.HeaderClassName
{
color: #931658;
}
.AnyTagClassName
{
color: #931658;
}
</style>
background-color css
<style>
a { background-color: #931658; }
a { background-color: rgb(147,22,88); }
div.DivClassName
{
background-color: #931658;
}
.BgClassName
{
background-color: #931658;
}
</style>
border-color css
<style>
span { border-color: #931658; }
span { border-color: rgb(147,22,88); }
td.TdClassName
{
border-color: #931658;
}
.TagClassName
{
border-color: #931658;
}
</style>