Shades of Jazzberry Jam #9F1853
Tints of Jazzberry Jam #9F1853
RGB
CMYK
RGB Variations
Color information
#9F1853 (or 0x9F1853) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 53. RGB value is (159,24,83). Sum of RGB (Red+Green+Blue) = 159+24+83=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1853 is #60E7AC. Grayscale: #464646. Windows color (decimal): -6350765 or 5445791. OLE color: 5445791.
HSL color Cylindrical-coordinate representation of color #9F1853: hue angle of 333.78º 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 #9F1853 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 83 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.38 |
| HSL | 333.78º | 0.74% | 0.36% | - |
| HSV(B) | 333.78º | 0.85% | 0.62% | - |
| XYZ | 16.19 | 8.65 | 9 | - |
| YUV | 71.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 83 | 0 | 0.85 | 0.48 | 0.38 | 333.78 | 0.74 | 0.36 |
| Hex | 9F | 18 | 53 | 0 | 55 | 30 | 26 | 14E | 4A | 24 |
| Octal | 237 | 30 | 123 | 0 | 125 | 60 | 46 | 516 | 112 | 44 |
| Binary | 10011111 | 11000 | 1010011 | 0 | 1010101 | 110000 | 100110 | 101001110 | 1001010 | 100100 |
Color Harmonies of #9F1853
Complementary color
Monochromatic Colors of #9F1853
Black with #9F1853
Text Example
Text Example
White with #9F1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1853; }
p { color: rgb(159,24,83); }
H1.HeaderClassName
{
color: #9F1853;
}
.AnyTagClassName
{
color: #9F1853;
}
</style>
background-color css
<style>
a { background-color: #9F1853; }
a { background-color: rgb(159,24,83); }
div.DivClassName
{
background-color: #9F1853;
}
.BgClassName
{
background-color: #9F1853;
}
</style>
border-color css
<style>
span { border-color: #9F1853; }
span { border-color: rgb(159,24,83); }
td.TdClassName
{
border-color: #9F1853;
}
.TagClassName
{
border-color: #9F1853;
}
</style>