Shades of Jazzberry Jam #91094A
Tints of Jazzberry Jam #91094A
RGB
CMYK
RGB Variations
Color information
#91094A (or 0x91094A) is known color: Jazzberry Jam. HEX triplet: 91, 09 and 4A. RGB value is (145,9,74). Sum of RGB (Red+Green+Blue) = 145+9+74=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #91094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91094A is #6EF6B5. Grayscale: #383838. Windows color (decimal): -7272118 or 4852113. OLE color: 4852113.
HSL color Cylindrical-coordinate representation of color #91094A: hue angle of 331.32º 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 #91094A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 74 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.43 |
| HSL | 331.32º | 0.88% | 0.3% | - |
| HSV(B) | 331.32º | 0.94% | 0.57% | - |
| XYZ | 13.01 | 6.71 | 7.09 | - |
| YUV | 57.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 74 | 0 | 0.94 | 0.49 | 0.43 | 331.32 | 0.88 | 0.3 |
| Hex | 91 | 9 | 4A | 0 | 5E | 31 | 2B | 14B | 58 | 1E |
| Octal | 221 | 11 | 112 | 0 | 136 | 61 | 53 | 513 | 130 | 36 |
| Binary | 10010001 | 1001 | 1001010 | 0 | 1011110 | 110001 | 101011 | 101001011 | 1011000 | 11110 |
Color Harmonies of #91094A
Complementary color
Monochromatic Colors of #91094A
Black with #91094A
Text Example
Text Example
White with #91094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91094A; }
p { color: rgb(145,9,74); }
H1.HeaderClassName
{
color: #91094A;
}
.AnyTagClassName
{
color: #91094A;
}
</style>
background-color css
<style>
a { background-color: #91094A; }
a { background-color: rgb(145,9,74); }
div.DivClassName
{
background-color: #91094A;
}
.BgClassName
{
background-color: #91094A;
}
</style>
border-color css
<style>
span { border-color: #91094A; }
span { border-color: rgb(145,9,74); }
td.TdClassName
{
border-color: #91094A;
}
.TagClassName
{
border-color: #91094A;
}
</style>