Shades of Jazzberry Jam #99145D
Tints of Jazzberry Jam #99145D
RGB
CMYK
RGB Variations
Color information
#99145D (or 0x99145D) is known color: Jazzberry Jam. HEX triplet: 99, 14 and 5D. RGB value is (153,20,93). Sum of RGB (Red+Green+Blue) = 153+20+93=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99145D is #66EBA2. Grayscale: #434343. Windows color (decimal): -6744995 or 6100121. OLE color: 6100121.
HSL color Cylindrical-coordinate representation of color #99145D: hue angle of 327.07º 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 #99145D is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.4 |
| HSL | 327.07º | 0.77% | 0.34% | - |
| HSV(B) | 327.07º | 0.87% | 0.6% | - |
| XYZ | 15.36 | 8.06 | 11.1 | - |
| YUV | 68.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 93 | 0 | 0.87 | 0.39 | 0.4 | 327.07 | 0.77 | 0.34 |
| Hex | 99 | 14 | 5D | 0 | 57 | 27 | 28 | 147 | 4D | 22 |
| Octal | 231 | 24 | 135 | 0 | 127 | 47 | 50 | 507 | 115 | 42 |
| Binary | 10011001 | 10100 | 1011101 | 0 | 1010111 | 100111 | 101000 | 101000111 | 1001101 | 100010 |
Color Harmonies of #99145D
Complementary color
Monochromatic Colors of #99145D
Black with #99145D
Text Example
Text Example
White with #99145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99145D; }
p { color: rgb(153,20,93); }
H1.HeaderClassName
{
color: #99145D;
}
.AnyTagClassName
{
color: #99145D;
}
</style>
background-color css
<style>
a { background-color: #99145D; }
a { background-color: rgb(153,20,93); }
div.DivClassName
{
background-color: #99145D;
}
.BgClassName
{
background-color: #99145D;
}
</style>
border-color css
<style>
span { border-color: #99145D; }
span { border-color: rgb(153,20,93); }
td.TdClassName
{
border-color: #99145D;
}
.TagClassName
{
border-color: #99145D;
}
</style>