Shades of Jazzberry Jam #910A50
Tints of Jazzberry Jam #910A50
RGB
CMYK
RGB Variations
Color information
#910A50 (or 0x910A50) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 50. RGB value is (145,10,80). Sum of RGB (Red+Green+Blue) = 145+10+80=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #910A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A50 is #6EF5AF. Grayscale: #3A3A3A. Windows color (decimal): -7271856 or 5245585. OLE color: 5245585.
HSL color Cylindrical-coordinate representation of color #910A50: hue angle of 328.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A50 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 80 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.43 |
| HSL | 328.89º | 0.87% | 0.3% | - |
| HSV(B) | 328.89º | 0.93% | 0.57% | - |
| XYZ | 13.23 | 6.82 | 8.21 | - |
| YUV | 58.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 80 | 0 | 0.93 | 0.45 | 0.43 | 328.89 | 0.87 | 0.3 |
| Hex | 91 | A | 50 | 0 | 5D | 2D | 2B | 149 | 57 | 1E |
| Octal | 221 | 12 | 120 | 0 | 135 | 55 | 53 | 511 | 127 | 36 |
| Binary | 10010001 | 1010 | 1010000 | 0 | 1011101 | 101101 | 101011 | 101001001 | 1010111 | 11110 |
Color Harmonies of #910A50
Complementary color
Monochromatic Colors of #910A50
Black with #910A50
Text Example
Text Example
White with #910A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A50; }
p { color: rgb(145,10,80); }
H1.HeaderClassName
{
color: #910A50;
}
.AnyTagClassName
{
color: #910A50;
}
</style>
background-color css
<style>
a { background-color: #910A50; }
a { background-color: rgb(145,10,80); }
div.DivClassName
{
background-color: #910A50;
}
.BgClassName
{
background-color: #910A50;
}
</style>
border-color css
<style>
span { border-color: #910A50; }
span { border-color: rgb(145,10,80); }
td.TdClassName
{
border-color: #910A50;
}
.TagClassName
{
border-color: #910A50;
}
</style>