Shades of Jazzberry Jam #9F1862
Tints of Jazzberry Jam #9F1862
RGB
CMYK
RGB Variations
Color information
#9F1862 (or 0x9F1862) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 62. RGB value is (159,24,98). Sum of RGB (Red+Green+Blue) = 159+24+98=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1862 is #60E79D. Grayscale: #484848. Windows color (decimal): -6350750 or 6428831. OLE color: 6428831.
HSL color Cylindrical-coordinate representation of color #9F1862: hue angle of 327.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1862 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 98 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.38 |
| HSL | 327.11º | 0.74% | 0.36% | - |
| HSV(B) | 327.11º | 0.85% | 0.62% | - |
| XYZ | 16.83 | 8.91 | 12.39 | - |
| YUV | 72.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 98 | 0 | 0.85 | 0.38 | 0.38 | 327.11 | 0.74 | 0.36 |
| Hex | 9F | 18 | 62 | 0 | 55 | 26 | 26 | 147 | 4A | 24 |
| Octal | 237 | 30 | 142 | 0 | 125 | 46 | 46 | 507 | 112 | 44 |
| Binary | 10011111 | 11000 | 1100010 | 0 | 1010101 | 100110 | 100110 | 101000111 | 1001010 | 100100 |
Color Harmonies of #9F1862
Complementary color
Monochromatic Colors of #9F1862
Black with #9F1862
Text Example
Text Example
White with #9F1862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1862; }
p { color: rgb(159,24,98); }
H1.HeaderClassName
{
color: #9F1862;
}
.AnyTagClassName
{
color: #9F1862;
}
</style>
background-color css
<style>
a { background-color: #9F1862; }
a { background-color: rgb(159,24,98); }
div.DivClassName
{
background-color: #9F1862;
}
.BgClassName
{
background-color: #9F1862;
}
</style>
border-color css
<style>
span { border-color: #9F1862; }
span { border-color: rgb(159,24,98); }
td.TdClassName
{
border-color: #9F1862;
}
.TagClassName
{
border-color: #9F1862;
}
</style>