Shades of Jazzberry Jam #99094C
Tints of Jazzberry Jam #99094C
RGB
CMYK
RGB Variations
Color information
#99094C (or 0x99094C) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 4C. RGB value is (153,9,76). Sum of RGB (Red+Green+Blue) = 153+9+76=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #99094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99094C is #66F6B3. Grayscale: #3B3B3B. Windows color (decimal): -6747828 or 4983193. OLE color: 4983193.
HSL color Cylindrical-coordinate representation of color #99094C: hue angle of 332.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99094C is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 76 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.4 |
| HSL | 332.08º | 0.89% | 0.32% | - |
| HSV(B) | 332.08º | 0.94% | 0.6% | - |
| XYZ | 14.54 | 7.49 | 7.52 | - |
| YUV | 59.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 76 | 0 | 0.94 | 0.50 | 0.4 | 332.08 | 0.89 | 0.32 |
| Hex | 99 | 9 | 4C | 0 | 5E | 32 | 28 | 14C | 59 | 20 |
| Octal | 231 | 11 | 114 | 0 | 136 | 62 | 50 | 514 | 131 | 40 |
| Binary | 10011001 | 1001 | 1001100 | 0 | 1011110 | 110010 | 101000 | 101001100 | 1011001 | 100000 |
Color Harmonies of #99094C
Complementary color
Monochromatic Colors of #99094C
Black with #99094C
Text Example
Text Example
White with #99094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99094C; }
p { color: rgb(153,9,76); }
H1.HeaderClassName
{
color: #99094C;
}
.AnyTagClassName
{
color: #99094C;
}
</style>
background-color css
<style>
a { background-color: #99094C; }
a { background-color: rgb(153,9,76); }
div.DivClassName
{
background-color: #99094C;
}
.BgClassName
{
background-color: #99094C;
}
</style>
border-color css
<style>
span { border-color: #99094C; }
span { border-color: rgb(153,9,76); }
td.TdClassName
{
border-color: #99094C;
}
.TagClassName
{
border-color: #99094C;
}
</style>