Shades of Jazzberry Jam #910F52
Tints of Jazzberry Jam #910F52
RGB
CMYK
RGB Variations
Color information
#910F52 (or 0x910F52) is known color: Jazzberry Jam. HEX triplet: 91, 0F and 52. RGB value is (145,15,82). Sum of RGB (Red+Green+Blue) = 145+15+82=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #910F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F52 is #6EF0AD. Grayscale: #3D3D3D. Windows color (decimal): -7270574 or 5377937. OLE color: 5377937.
HSL color Cylindrical-coordinate representation of color #910F52: hue angle of 329.08º 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 #910F52 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 82 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.43 |
| HSL | 329.08º | 0.81% | 0.31% | - |
| HSV(B) | 329.08º | 0.9% | 0.57% | - |
| XYZ | 13.37 | 6.97 | 8.62 | - |
| YUV | 61.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 82 | 0 | 0.90 | 0.43 | 0.43 | 329.08 | 0.81 | 0.31 |
| Hex | 91 | F | 52 | 0 | 5A | 2B | 2B | 149 | 51 | 1F |
| Octal | 221 | 17 | 122 | 0 | 132 | 53 | 53 | 511 | 121 | 37 |
| Binary | 10010001 | 1111 | 1010010 | 0 | 1011010 | 101011 | 101011 | 101001001 | 1010001 | 11111 |
Color Harmonies of #910F52
Complementary color
Monochromatic Colors of #910F52
Black with #910F52
Text Example
Text Example
White with #910F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F52; }
p { color: rgb(145,15,82); }
H1.HeaderClassName
{
color: #910F52;
}
.AnyTagClassName
{
color: #910F52;
}
</style>
background-color css
<style>
a { background-color: #910F52; }
a { background-color: rgb(145,15,82); }
div.DivClassName
{
background-color: #910F52;
}
.BgClassName
{
background-color: #910F52;
}
</style>
border-color css
<style>
span { border-color: #910F52; }
span { border-color: rgb(145,15,82); }
td.TdClassName
{
border-color: #910F52;
}
.TagClassName
{
border-color: #910F52;
}
</style>