Shades of Jazzberry Jam #991A5E
Tints of Jazzberry Jam #991A5E
RGB
CMYK
RGB Variations
Color information
#991A5E (or 0x991A5E) is known color: Jazzberry Jam. HEX triplet: 99, 1A and 5E. RGB value is (153,26,94). Sum of RGB (Red+Green+Blue) = 153+26+94=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A5E is #66E5A1. Grayscale: #474747. Windows color (decimal): -6743458 or 6167193. OLE color: 6167193.
HSL color Cylindrical-coordinate representation of color #991A5E: hue angle of 327.87º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A5E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 94 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.4 |
| HSL | 327.87º | 0.71% | 0.35% | - |
| HSV(B) | 327.87º | 0.83% | 0.6% | - |
| XYZ | 15.53 | 8.32 | 11.38 | - |
| YUV | 71.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 94 | 0 | 0.83 | 0.39 | 0.4 | 327.87 | 0.71 | 0.35 |
| Hex | 99 | 1A | 5E | 0 | 53 | 27 | 28 | 148 | 47 | 23 |
| Octal | 231 | 32 | 136 | 0 | 123 | 47 | 50 | 510 | 107 | 43 |
| Binary | 10011001 | 11010 | 1011110 | 0 | 1010011 | 100111 | 101000 | 101001000 | 1000111 | 100011 |
Color Harmonies of #991A5E
Complementary color
Monochromatic Colors of #991A5E
Black with #991A5E
Text Example
Text Example
White with #991A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A5E; }
p { color: rgb(153,26,94); }
H1.HeaderClassName
{
color: #991A5E;
}
.AnyTagClassName
{
color: #991A5E;
}
</style>
background-color css
<style>
a { background-color: #991A5E; }
a { background-color: rgb(153,26,94); }
div.DivClassName
{
background-color: #991A5E;
}
.BgClassName
{
background-color: #991A5E;
}
</style>
border-color css
<style>
span { border-color: #991A5E; }
span { border-color: rgb(153,26,94); }
td.TdClassName
{
border-color: #991A5E;
}
.TagClassName
{
border-color: #991A5E;
}
</style>