Shades of Jazzberry Jam #910850
Tints of Jazzberry Jam #910850
RGB
CMYK
RGB Variations
Color information
#910850 (or 0x910850) is known color: Jazzberry Jam. HEX triplet: 91, 08 and 50. RGB value is (145,8,80). Sum of RGB (Red+Green+Blue) = 145+8+80=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #910850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910850 is #6EF7AF. Grayscale: #393939. Windows color (decimal): -7272368 or 5245073. OLE color: 5245073.
HSL color Cylindrical-coordinate representation of color #910850: hue angle of 328.47º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910850 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 80 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.43 |
| HSL | 328.47º | 0.9% | 0.3% | - |
| HSV(B) | 328.47º | 0.94% | 0.57% | - |
| XYZ | 13.21 | 6.77 | 8.2 | - |
| YUV | 57.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 80 | 0 | 0.94 | 0.45 | 0.43 | 328.47 | 0.9 | 0.3 |
| Hex | 91 | 8 | 50 | 0 | 5E | 2D | 2B | 148 | 5A | 1E |
| Octal | 221 | 10 | 120 | 0 | 136 | 55 | 53 | 510 | 132 | 36 |
| Binary | 10010001 | 1000 | 1010000 | 0 | 1011110 | 101101 | 101011 | 101001000 | 1011010 | 11110 |
Color Harmonies of #910850
Complementary color
Monochromatic Colors of #910850
Black with #910850
Text Example
Text Example
White with #910850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910850; }
p { color: rgb(145,8,80); }
H1.HeaderClassName
{
color: #910850;
}
.AnyTagClassName
{
color: #910850;
}
</style>
background-color css
<style>
a { background-color: #910850; }
a { background-color: rgb(145,8,80); }
div.DivClassName
{
background-color: #910850;
}
.BgClassName
{
background-color: #910850;
}
</style>
border-color css
<style>
span { border-color: #910850; }
span { border-color: rgb(145,8,80); }
td.TdClassName
{
border-color: #910850;
}
.TagClassName
{
border-color: #910850;
}
</style>