Shades of Jazzberry Jam #931255
Tints of Jazzberry Jam #931255
RGB
CMYK
RGB Variations
Color information
#931255 (or 0x931255) is known color: Jazzberry Jam. HEX triplet: 93, 12 and 55. RGB value is (147,18,85). Sum of RGB (Red+Green+Blue) = 147+18+85=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #931255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931255 is #6CEDAA. Grayscale: #404040. Windows color (decimal): -7138731 or 5575315. OLE color: 5575315.
HSL color Cylindrical-coordinate representation of color #931255: hue angle of 328.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931255 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 85 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.42 |
| HSL | 328.84º | 0.78% | 0.32% | - |
| HSV(B) | 328.84º | 0.88% | 0.58% | - |
| XYZ | 13.89 | 7.29 | 9.27 | - |
| YUV | 64.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 85 | 0 | 0.88 | 0.42 | 0.42 | 328.84 | 0.78 | 0.32 |
| Hex | 93 | 12 | 55 | 0 | 58 | 2A | 2A | 149 | 4E | 20 |
| Octal | 223 | 22 | 125 | 0 | 130 | 52 | 52 | 511 | 116 | 40 |
| Binary | 10010011 | 10010 | 1010101 | 0 | 1011000 | 101010 | 101010 | 101001001 | 1001110 | 100000 |
Color Harmonies of #931255
Complementary color
Monochromatic Colors of #931255
Black with #931255
Text Example
Text Example
White with #931255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931255; }
p { color: rgb(147,18,85); }
H1.HeaderClassName
{
color: #931255;
}
.AnyTagClassName
{
color: #931255;
}
</style>
background-color css
<style>
a { background-color: #931255; }
a { background-color: rgb(147,18,85); }
div.DivClassName
{
background-color: #931255;
}
.BgClassName
{
background-color: #931255;
}
</style>
border-color css
<style>
span { border-color: #931255; }
span { border-color: rgb(147,18,85); }
td.TdClassName
{
border-color: #931255;
}
.TagClassName
{
border-color: #931255;
}
</style>