Shades of Jazzberry Jam #91185A
Tints of Jazzberry Jam #91185A
RGB
CMYK
RGB Variations
Color information
#91185A (or 0x91185A) is known color: Jazzberry Jam. HEX triplet: 91, 18 and 5A. RGB value is (145,24,90). Sum of RGB (Red+Green+Blue) = 145+24+90=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #91185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91185A is #6EE7A5. Grayscale: #434343. Windows color (decimal): -7268262 or 5904529. OLE color: 5904529.
HSL color Cylindrical-coordinate representation of color #91185A: hue angle of 327.27º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91185A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 90 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.43 |
| HSL | 327.27º | 0.72% | 0.33% | - |
| HSV(B) | 327.27º | 0.83% | 0.57% | - |
| XYZ | 13.85 | 7.41 | 10.37 | - |
| YUV | 67.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 90 | 0 | 0.83 | 0.38 | 0.43 | 327.27 | 0.72 | 0.33 |
| Hex | 91 | 18 | 5A | 0 | 53 | 26 | 2B | 147 | 48 | 21 |
| Octal | 221 | 30 | 132 | 0 | 123 | 46 | 53 | 507 | 110 | 41 |
| Binary | 10010001 | 11000 | 1011010 | 0 | 1010011 | 100110 | 101011 | 101000111 | 1001000 | 100001 |
Color Harmonies of #91185A
Complementary color
Monochromatic Colors of #91185A
Black with #91185A
Text Example
Text Example
White with #91185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91185A; }
p { color: rgb(145,24,90); }
H1.HeaderClassName
{
color: #91185A;
}
.AnyTagClassName
{
color: #91185A;
}
</style>
background-color css
<style>
a { background-color: #91185A; }
a { background-color: rgb(145,24,90); }
div.DivClassName
{
background-color: #91185A;
}
.BgClassName
{
background-color: #91185A;
}
</style>
border-color css
<style>
span { border-color: #91185A; }
span { border-color: rgb(145,24,90); }
td.TdClassName
{
border-color: #91185A;
}
.TagClassName
{
border-color: #91185A;
}
</style>