Shades of Jazzberry Jam #910F50
Tints of Jazzberry Jam #910F50
RGB
CMYK
RGB Variations
Color information
#910F50 (or 0x910F50) is known color: Jazzberry Jam. HEX triplet: 91, 0F and 50. RGB value is (145,15,80). Sum of RGB (Red+Green+Blue) = 145+15+80=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #910F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F50 is #6EF0AF. Grayscale: #3D3D3D. Windows color (decimal): -7270576 or 5246865. OLE color: 5246865.
HSL color Cylindrical-coordinate representation of color #910F50: hue angle of 330º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F50 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 80 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.43 |
| HSL | 330º | 0.81% | 0.31% | - |
| HSV(B) | 330º | 0.9% | 0.57% | - |
| XYZ | 13.3 | 6.94 | 8.23 | - |
| YUV | 61.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 80 | 0 | 0.90 | 0.45 | 0.43 | 330 | 0.81 | 0.31 |
| Hex | 91 | F | 50 | 0 | 5A | 2D | 2B | 14A | 51 | 1F |
| Octal | 221 | 17 | 120 | 0 | 132 | 55 | 53 | 512 | 121 | 37 |
| Binary | 10010001 | 1111 | 1010000 | 0 | 1011010 | 101101 | 101011 | 101001010 | 1010001 | 11111 |
Color Harmonies of #910F50
Complementary color
Monochromatic Colors of #910F50
Black with #910F50
Text Example
Text Example
White with #910F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F50; }
p { color: rgb(145,15,80); }
H1.HeaderClassName
{
color: #910F50;
}
.AnyTagClassName
{
color: #910F50;
}
</style>
background-color css
<style>
a { background-color: #910F50; }
a { background-color: rgb(145,15,80); }
div.DivClassName
{
background-color: #910F50;
}
.BgClassName
{
background-color: #910F50;
}
</style>
border-color css
<style>
span { border-color: #910F50; }
span { border-color: rgb(145,15,80); }
td.TdClassName
{
border-color: #910F50;
}
.TagClassName
{
border-color: #910F50;
}
</style>