Shades of Jazzberry Jam #91165C
Tints of Jazzberry Jam #91165C
RGB
CMYK
RGB Variations
Color information
#91165C (or 0x91165C) is known color: Jazzberry Jam. HEX triplet: 91, 16 and 5C. RGB value is (145,22,92). Sum of RGB (Red+Green+Blue) = 145+22+92=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #91165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91165C is #6EE9A3. Grayscale: #424242. Windows color (decimal): -7268772 or 6035089. OLE color: 6035089.
HSL color Cylindrical-coordinate representation of color #91165C: hue angle of 325.85º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91165C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 92 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.43 |
| HSL | 325.85º | 0.74% | 0.33% | - |
| HSV(B) | 325.85º | 0.85% | 0.57% | - |
| XYZ | 13.9 | 7.37 | 10.81 | - |
| YUV | 66.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 92 | 0 | 0.85 | 0.37 | 0.43 | 325.85 | 0.74 | 0.33 |
| Hex | 91 | 16 | 5C | 0 | 55 | 25 | 2B | 146 | 4A | 21 |
| Octal | 221 | 26 | 134 | 0 | 125 | 45 | 53 | 506 | 112 | 41 |
| Binary | 10010001 | 10110 | 1011100 | 0 | 1010101 | 100101 | 101011 | 101000110 | 1001010 | 100001 |
Color Harmonies of #91165C
Complementary color
Monochromatic Colors of #91165C
Black with #91165C
Text Example
Text Example
White with #91165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91165C; }
p { color: rgb(145,22,92); }
H1.HeaderClassName
{
color: #91165C;
}
.AnyTagClassName
{
color: #91165C;
}
</style>
background-color css
<style>
a { background-color: #91165C; }
a { background-color: rgb(145,22,92); }
div.DivClassName
{
background-color: #91165C;
}
.BgClassName
{
background-color: #91165C;
}
</style>
border-color css
<style>
span { border-color: #91165C; }
span { border-color: rgb(145,22,92); }
td.TdClassName
{
border-color: #91165C;
}
.TagClassName
{
border-color: #91165C;
}
</style>