Shades of Jazzberry Jam #99145E
Tints of Jazzberry Jam #99145E
RGB
CMYK
RGB Variations
Color information
#99145E (or 0x99145E) is known color: Jazzberry Jam. HEX triplet: 99, 14 and 5E. RGB value is (153,20,94). Sum of RGB (Red+Green+Blue) = 153+20+94=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99145E is #66EBA1. Grayscale: #444444. Windows color (decimal): -6744994 or 6165657. OLE color: 6165657.
HSL color Cylindrical-coordinate representation of color #99145E: hue angle of 326.62º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99145E is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 94 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.4 |
| HSL | 326.62º | 0.77% | 0.34% | - |
| HSV(B) | 326.62º | 0.87% | 0.6% | - |
| XYZ | 15.41 | 8.08 | 11.34 | - |
| YUV | 68.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 94 | 0 | 0.87 | 0.39 | 0.4 | 326.62 | 0.77 | 0.34 |
| Hex | 99 | 14 | 5E | 0 | 57 | 27 | 28 | 147 | 4D | 22 |
| Octal | 231 | 24 | 136 | 0 | 127 | 47 | 50 | 507 | 115 | 42 |
| Binary | 10011001 | 10100 | 1011110 | 0 | 1010111 | 100111 | 101000 | 101000111 | 1001101 | 100010 |
Color Harmonies of #99145E
Complementary color
Monochromatic Colors of #99145E
Black with #99145E
Text Example
Text Example
White with #99145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99145E; }
p { color: rgb(153,20,94); }
H1.HeaderClassName
{
color: #99145E;
}
.AnyTagClassName
{
color: #99145E;
}
</style>
background-color css
<style>
a { background-color: #99145E; }
a { background-color: rgb(153,20,94); }
div.DivClassName
{
background-color: #99145E;
}
.BgClassName
{
background-color: #99145E;
}
</style>
border-color css
<style>
span { border-color: #99145E; }
span { border-color: rgb(153,20,94); }
td.TdClassName
{
border-color: #99145E;
}
.TagClassName
{
border-color: #99145E;
}
</style>