Shades of Jazzberry Jam #931459
Tints of Jazzberry Jam #931459
RGB
CMYK
RGB Variations
Color information
#931459 (or 0x931459) is known color: Jazzberry Jam. HEX triplet: 93, 14 and 59. RGB value is (147,20,89). Sum of RGB (Red+Green+Blue) = 147+20+89=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #931459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931459 is #6CEBA6. Grayscale: #414141. Windows color (decimal): -7138215 or 5837971. OLE color: 5837971.
HSL color Cylindrical-coordinate representation of color #931459: hue angle of 327.4º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931459 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 89 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.42 |
| HSL | 327.4º | 0.76% | 0.33% | - |
| HSV(B) | 327.4º | 0.86% | 0.58% | - |
| XYZ | 14.09 | 7.42 | 10.14 | - |
| YUV | 65.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 89 | 0 | 0.86 | 0.39 | 0.42 | 327.4 | 0.76 | 0.33 |
| Hex | 93 | 14 | 59 | 0 | 56 | 27 | 2A | 147 | 4C | 21 |
| Octal | 223 | 24 | 131 | 0 | 126 | 47 | 52 | 507 | 114 | 41 |
| Binary | 10010011 | 10100 | 1011001 | 0 | 1010110 | 100111 | 101010 | 101000111 | 1001100 | 100001 |
Color Harmonies of #931459
Complementary color
Monochromatic Colors of #931459
Black with #931459
Text Example
Text Example
White with #931459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931459; }
p { color: rgb(147,20,89); }
H1.HeaderClassName
{
color: #931459;
}
.AnyTagClassName
{
color: #931459;
}
</style>
background-color css
<style>
a { background-color: #931459; }
a { background-color: rgb(147,20,89); }
div.DivClassName
{
background-color: #931459;
}
.BgClassName
{
background-color: #931459;
}
</style>
border-color css
<style>
span { border-color: #931459; }
span { border-color: rgb(147,20,89); }
td.TdClassName
{
border-color: #931459;
}
.TagClassName
{
border-color: #931459;
}
</style>