Shades of Jazzberry Jam #99145C
Tints of Jazzberry Jam #99145C
RGB
CMYK
RGB Variations
Color information
#99145C (or 0x99145C) is known color: Jazzberry Jam. HEX triplet: 99, 14 and 5C. RGB value is (153,20,92). Sum of RGB (Red+Green+Blue) = 153+20+92=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99145C is #66EBA3. Grayscale: #434343. Windows color (decimal): -6744996 or 6034585. OLE color: 6034585.
HSL color Cylindrical-coordinate representation of color #99145C: hue angle of 327.52º 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 #99145C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 92 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.4 |
| HSL | 327.52º | 0.77% | 0.34% | - |
| HSV(B) | 327.52º | 0.87% | 0.6% | - |
| XYZ | 15.32 | 8.05 | 10.87 | - |
| YUV | 67.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 92 | 0 | 0.87 | 0.40 | 0.4 | 327.52 | 0.77 | 0.34 |
| Hex | 99 | 14 | 5C | 0 | 57 | 28 | 28 | 148 | 4D | 22 |
| Octal | 231 | 24 | 134 | 0 | 127 | 50 | 50 | 510 | 115 | 42 |
| Binary | 10011001 | 10100 | 1011100 | 0 | 1010111 | 101000 | 101000 | 101001000 | 1001101 | 100010 |
Color Harmonies of #99145C
Complementary color
Monochromatic Colors of #99145C
Black with #99145C
Text Example
Text Example
White with #99145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99145C; }
p { color: rgb(153,20,92); }
H1.HeaderClassName
{
color: #99145C;
}
.AnyTagClassName
{
color: #99145C;
}
</style>
background-color css
<style>
a { background-color: #99145C; }
a { background-color: rgb(153,20,92); }
div.DivClassName
{
background-color: #99145C;
}
.BgClassName
{
background-color: #99145C;
}
</style>
border-color css
<style>
span { border-color: #99145C; }
span { border-color: rgb(153,20,92); }
td.TdClassName
{
border-color: #99145C;
}
.TagClassName
{
border-color: #99145C;
}
</style>