Shades of Jazzberry Jam #91084E
Tints of Jazzberry Jam #91084E
RGB
CMYK
RGB Variations
Color information
#91084E (or 0x91084E) is known color: Jazzberry Jam. HEX triplet: 91, 08 and 4E. RGB value is (145,8,78). Sum of RGB (Red+Green+Blue) = 145+8+78=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #91084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91084E is #6EF7B1. Grayscale: #383838. Windows color (decimal): -7272370 or 5114001. OLE color: 5114001.
HSL color Cylindrical-coordinate representation of color #91084E: hue angle of 329.34º degrees, saturation: 0.9, 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 #91084E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 78 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.43 |
| HSL | 329.34º | 0.9% | 0.3% | - |
| HSV(B) | 329.34º | 0.94% | 0.57% | - |
| XYZ | 13.14 | 6.74 | 7.82 | - |
| YUV | 56.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 78 | 0 | 0.94 | 0.46 | 0.43 | 329.34 | 0.9 | 0.3 |
| Hex | 91 | 8 | 4E | 0 | 5E | 2E | 2B | 149 | 5A | 1E |
| Octal | 221 | 10 | 116 | 0 | 136 | 56 | 53 | 511 | 132 | 36 |
| Binary | 10010001 | 1000 | 1001110 | 0 | 1011110 | 101110 | 101011 | 101001001 | 1011010 | 11110 |
Color Harmonies of #91084E
Complementary color
Monochromatic Colors of #91084E
Black with #91084E
Text Example
Text Example
White with #91084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91084E; }
p { color: rgb(145,8,78); }
H1.HeaderClassName
{
color: #91084E;
}
.AnyTagClassName
{
color: #91084E;
}
</style>
background-color css
<style>
a { background-color: #91084E; }
a { background-color: rgb(145,8,78); }
div.DivClassName
{
background-color: #91084E;
}
.BgClassName
{
background-color: #91084E;
}
</style>
border-color css
<style>
span { border-color: #91084E; }
span { border-color: rgb(145,8,78); }
td.TdClassName
{
border-color: #91084E;
}
.TagClassName
{
border-color: #91084E;
}
</style>