Shades of Jazzberry Jam #910943
Tints of Jazzberry Jam #910943
RGB
CMYK
RGB Variations
Color information
#910943 (or 0x910943) is known color: Jazzberry Jam. HEX triplet: 91, 09 and 43. RGB value is (145,9,67). Sum of RGB (Red+Green+Blue) = 145+9+67=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #910943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910943 is #6EF6BC. Grayscale: #383838. Windows color (decimal): -7272125 or 4393361. OLE color: 4393361.
HSL color Cylindrical-coordinate representation of color #910943: hue angle of 334.41º 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 #910943 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 67 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.43 |
| HSL | 334.41º | 0.88% | 0.3% | - |
| HSV(B) | 334.41º | 0.94% | 0.57% | - |
| XYZ | 12.79 | 6.62 | 5.91 | - |
| YUV | 56.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 67 | 0 | 0.94 | 0.54 | 0.43 | 334.41 | 0.88 | 0.3 |
| Hex | 91 | 9 | 43 | 0 | 5E | 36 | 2B | 14E | 58 | 1E |
| Octal | 221 | 11 | 103 | 0 | 136 | 66 | 53 | 516 | 130 | 36 |
| Binary | 10010001 | 1001 | 1000011 | 0 | 1011110 | 110110 | 101011 | 101001110 | 1011000 | 11110 |
Color Harmonies of #910943
Complementary color
Monochromatic Colors of #910943
Black with #910943
Text Example
Text Example
White with #910943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910943; }
p { color: rgb(145,9,67); }
H1.HeaderClassName
{
color: #910943;
}
.AnyTagClassName
{
color: #910943;
}
</style>
background-color css
<style>
a { background-color: #910943; }
a { background-color: rgb(145,9,67); }
div.DivClassName
{
background-color: #910943;
}
.BgClassName
{
background-color: #910943;
}
</style>
border-color css
<style>
span { border-color: #910943; }
span { border-color: rgb(145,9,67); }
td.TdClassName
{
border-color: #910943;
}
.TagClassName
{
border-color: #910943;
}
</style>