Shades of Jazzberry Jam #991264
Tints of Jazzberry Jam #991264
RGB
CMYK
RGB Variations
Color information
#991264 (or 0x991264) is known color: Jazzberry Jam. HEX triplet: 99, 12 and 64. RGB value is (153,18,100). Sum of RGB (Red+Green+Blue) = 153+18+100=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991264 is #66ED9B. Grayscale: #434343. Windows color (decimal): -6745500 or 6558361. OLE color: 6558361.
HSL color Cylindrical-coordinate representation of color #991264: hue angle of 323.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991264 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 100 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.4 |
| HSL | 323.56º | 0.79% | 0.34% | - |
| HSV(B) | 323.56º | 0.88% | 0.6% | - |
| XYZ | 15.65 | 8.13 | 12.8 | - |
| YUV | 67.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 100 | 0 | 0.88 | 0.35 | 0.4 | 323.56 | 0.79 | 0.34 |
| Hex | 99 | 12 | 64 | 0 | 58 | 23 | 28 | 144 | 4F | 22 |
| Octal | 231 | 22 | 144 | 0 | 130 | 43 | 50 | 504 | 117 | 42 |
| Binary | 10011001 | 10010 | 1100100 | 0 | 1011000 | 100011 | 101000 | 101000100 | 1001111 | 100010 |
Color Harmonies of #991264
Complementary color
Monochromatic Colors of #991264
Black with #991264
Text Example
Text Example
White with #991264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991264; }
p { color: rgb(153,18,100); }
H1.HeaderClassName
{
color: #991264;
}
.AnyTagClassName
{
color: #991264;
}
</style>
background-color css
<style>
a { background-color: #991264; }
a { background-color: rgb(153,18,100); }
div.DivClassName
{
background-color: #991264;
}
.BgClassName
{
background-color: #991264;
}
</style>
border-color css
<style>
span { border-color: #991264; }
span { border-color: rgb(153,18,100); }
td.TdClassName
{
border-color: #991264;
}
.TagClassName
{
border-color: #991264;
}
</style>