Shades of Jazzberry Jam #910D55
Tints of Jazzberry Jam #910D55
RGB
CMYK
RGB Variations
Color information
#910D55 (or 0x910D55) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 55. RGB value is (145,13,85). Sum of RGB (Red+Green+Blue) = 145+13+85=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #910D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D55 is #6EF2AA. Grayscale: #3C3C3C. Windows color (decimal): -7271083 or 5574033. OLE color: 5574033.
HSL color Cylindrical-coordinate representation of color #910D55: hue angle of 327.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D55 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 85 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.43 |
| HSL | 327.27º | 0.84% | 0.31% | - |
| HSV(B) | 327.27º | 0.91% | 0.57% | - |
| XYZ | 13.46 | 6.96 | 9.23 | - |
| YUV | 60.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 85 | 0 | 0.91 | 0.41 | 0.43 | 327.27 | 0.84 | 0.31 |
| Hex | 91 | D | 55 | 0 | 5B | 29 | 2B | 147 | 54 | 1F |
| Octal | 221 | 15 | 125 | 0 | 133 | 51 | 53 | 507 | 124 | 37 |
| Binary | 10010001 | 1101 | 1010101 | 0 | 1011011 | 101001 | 101011 | 101000111 | 1010100 | 11111 |
Color Harmonies of #910D55
Complementary color
Monochromatic Colors of #910D55
Black with #910D55
Text Example
Text Example
White with #910D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D55; }
p { color: rgb(145,13,85); }
H1.HeaderClassName
{
color: #910D55;
}
.AnyTagClassName
{
color: #910D55;
}
</style>
background-color css
<style>
a { background-color: #910D55; }
a { background-color: rgb(145,13,85); }
div.DivClassName
{
background-color: #910D55;
}
.BgClassName
{
background-color: #910D55;
}
</style>
border-color css
<style>
span { border-color: #910D55; }
span { border-color: rgb(145,13,85); }
td.TdClassName
{
border-color: #910D55;
}
.TagClassName
{
border-color: #910D55;
}
</style>