Shades of Jazzberry Jam #910953
Tints of Jazzberry Jam #910953
RGB
CMYK
RGB Variations
Color information
#910953 (or 0x910953) is known color: Jazzberry Jam. HEX triplet: 91, 09 and 53. RGB value is (145,9,83). Sum of RGB (Red+Green+Blue) = 145+9+83=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #910953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910953 is #6EF6AC. Grayscale: #393939. Windows color (decimal): -7272109 or 5441937. OLE color: 5441937.
HSL color Cylindrical-coordinate representation of color #910953: hue angle of 327.35º degrees, saturation: 0.88, 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 #910953 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 83 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.43 |
| HSL | 327.35º | 0.88% | 0.3% | - |
| HSV(B) | 327.35º | 0.94% | 0.57% | - |
| XYZ | 13.34 | 6.84 | 8.8 | - |
| YUV | 58.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 83 | 0 | 0.94 | 0.43 | 0.43 | 327.35 | 0.88 | 0.3 |
| Hex | 91 | 9 | 53 | 0 | 5E | 2B | 2B | 147 | 58 | 1E |
| Octal | 221 | 11 | 123 | 0 | 136 | 53 | 53 | 507 | 130 | 36 |
| Binary | 10010001 | 1001 | 1010011 | 0 | 1011110 | 101011 | 101011 | 101000111 | 1011000 | 11110 |
Color Harmonies of #910953
Complementary color
Monochromatic Colors of #910953
Black with #910953
Text Example
Text Example
White with #910953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910953; }
p { color: rgb(145,9,83); }
H1.HeaderClassName
{
color: #910953;
}
.AnyTagClassName
{
color: #910953;
}
</style>
background-color css
<style>
a { background-color: #910953; }
a { background-color: rgb(145,9,83); }
div.DivClassName
{
background-color: #910953;
}
.BgClassName
{
background-color: #910953;
}
</style>
border-color css
<style>
span { border-color: #910953; }
span { border-color: rgb(145,9,83); }
td.TdClassName
{
border-color: #910953;
}
.TagClassName
{
border-color: #910953;
}
</style>