Shades of Jazzberry Jam #931663
Tints of Jazzberry Jam #931663
RGB
CMYK
RGB Variations
Color information
#931663 (or 0x931663) is known color: Jazzberry Jam. HEX triplet: 93, 16 and 63. RGB value is (147,22,99). Sum of RGB (Red+Green+Blue) = 147+22+99=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #931663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931663 is #6CE99C. Grayscale: #434343. Windows color (decimal): -7137693 or 6493843. OLE color: 6493843.
HSL color Cylindrical-coordinate representation of color #931663: hue angle of 323.04º 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 #931663 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 99 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.42 |
| HSL | 323.04º | 0.74% | 0.33% | - |
| HSV(B) | 323.04º | 0.85% | 0.58% | - |
| XYZ | 14.57 | 7.68 | 12.52 | - |
| YUV | 68.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 99 | 0 | 0.85 | 0.33 | 0.42 | 323.04 | 0.74 | 0.33 |
| Hex | 93 | 16 | 63 | 0 | 55 | 21 | 2A | 143 | 4A | 21 |
| Octal | 223 | 26 | 143 | 0 | 125 | 41 | 52 | 503 | 112 | 41 |
| Binary | 10010011 | 10110 | 1100011 | 0 | 1010101 | 100001 | 101010 | 101000011 | 1001010 | 100001 |
Color Harmonies of #931663
Complementary color
Monochromatic Colors of #931663
Black with #931663
Text Example
Text Example
White with #931663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931663; }
p { color: rgb(147,22,99); }
H1.HeaderClassName
{
color: #931663;
}
.AnyTagClassName
{
color: #931663;
}
</style>
background-color css
<style>
a { background-color: #931663; }
a { background-color: rgb(147,22,99); }
div.DivClassName
{
background-color: #931663;
}
.BgClassName
{
background-color: #931663;
}
</style>
border-color css
<style>
span { border-color: #931663; }
span { border-color: rgb(147,22,99); }
td.TdClassName
{
border-color: #931663;
}
.TagClassName
{
border-color: #931663;
}
</style>