Shades of Jazzberry Jam #990842
Tints of Jazzberry Jam #990842
RGB
CMYK
RGB Variations
Color information
#990842 (or 0x990842) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 42. RGB value is (153,8,66). Sum of RGB (Red+Green+Blue) = 153+8+66=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #990842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990842 is #66F7BD. Grayscale: #393939. Windows color (decimal): -6748094 or 4327577. OLE color: 4327577.
HSL color Cylindrical-coordinate representation of color #990842: hue angle of 336º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990842 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 66 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.4 |
| HSL | 336º | 0.9% | 0.32% | - |
| HSV(B) | 336º | 0.95% | 0.6% | - |
| XYZ | 14.21 | 7.34 | 5.82 | - |
| YUV | 57.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 66 | 0 | 0.95 | 0.57 | 0.4 | 336 | 0.9 | 0.32 |
| Hex | 99 | 8 | 42 | 0 | 5F | 39 | 28 | 150 | 5A | 20 |
| Octal | 231 | 10 | 102 | 0 | 137 | 71 | 50 | 520 | 132 | 40 |
| Binary | 10011001 | 1000 | 1000010 | 0 | 1011111 | 111001 | 101000 | 101010000 | 1011010 | 100000 |
Color Harmonies of #990842
Complementary color
Monochromatic Colors of #990842
Black with #990842
Text Example
Text Example
White with #990842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990842; }
p { color: rgb(153,8,66); }
H1.HeaderClassName
{
color: #990842;
}
.AnyTagClassName
{
color: #990842;
}
</style>
background-color css
<style>
a { background-color: #990842; }
a { background-color: rgb(153,8,66); }
div.DivClassName
{
background-color: #990842;
}
.BgClassName
{
background-color: #990842;
}
</style>
border-color css
<style>
span { border-color: #990842; }
span { border-color: rgb(153,8,66); }
td.TdClassName
{
border-color: #990842;
}
.TagClassName
{
border-color: #990842;
}
</style>