Shades of Jazzberry Jam #910F54
Tints of Jazzberry Jam #910F54
RGB
CMYK
RGB Variations
Color information
#910F54 (or 0x910F54) is known color: Jazzberry Jam. HEX triplet: 91, 0F and 54. RGB value is (145,15,84). Sum of RGB (Red+Green+Blue) = 145+15+84=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #910F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F54 is #6EF0AB. Grayscale: #3D3D3D. Windows color (decimal): -7270572 or 5509009. OLE color: 5509009.
HSL color Cylindrical-coordinate representation of color #910F54: hue angle of 328.15º 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 #910F54 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 84 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.43 |
| HSL | 328.15º | 0.81% | 0.31% | - |
| HSV(B) | 328.15º | 0.9% | 0.57% | - |
| XYZ | 13.45 | 7 | 9.03 | - |
| YUV | 61.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 84 | 0 | 0.90 | 0.42 | 0.43 | 328.15 | 0.81 | 0.31 |
| Hex | 91 | F | 54 | 0 | 5A | 2A | 2B | 148 | 51 | 1F |
| Octal | 221 | 17 | 124 | 0 | 132 | 52 | 53 | 510 | 121 | 37 |
| Binary | 10010001 | 1111 | 1010100 | 0 | 1011010 | 101010 | 101011 | 101001000 | 1010001 | 11111 |
Color Harmonies of #910F54
Complementary color
Monochromatic Colors of #910F54
Black with #910F54
Text Example
Text Example
White with #910F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F54; }
p { color: rgb(145,15,84); }
H1.HeaderClassName
{
color: #910F54;
}
.AnyTagClassName
{
color: #910F54;
}
</style>
background-color css
<style>
a { background-color: #910F54; }
a { background-color: rgb(145,15,84); }
div.DivClassName
{
background-color: #910F54;
}
.BgClassName
{
background-color: #910F54;
}
</style>
border-color css
<style>
span { border-color: #910F54; }
span { border-color: rgb(145,15,84); }
td.TdClassName
{
border-color: #910F54;
}
.TagClassName
{
border-color: #910F54;
}
</style>