Shades of Jazzberry Jam #9F0E51
Tints of Jazzberry Jam #9F0E51
RGB
CMYK
RGB Variations
Color information
#9F0E51 (or 0x9F0E51) is known color: Jazzberry Jam. HEX triplet: 9F, 0E and 51. RGB value is (159,14,81). Sum of RGB (Red+Green+Blue) = 159+14+81=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E51 is #60F1AE. Grayscale: #404040. Windows color (decimal): -6353327 or 5312159. OLE color: 5312159.
HSL color Cylindrical-coordinate representation of color #9F0E51: hue angle of 332.28º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E51 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 81 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.38 |
| HSL | 332.28º | 0.84% | 0.34% | - |
| HSV(B) | 332.28º | 0.91% | 0.62% | - |
| XYZ | 15.94 | 8.28 | 8.54 | - |
| YUV | 64.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 81 | 0 | 0.91 | 0.49 | 0.38 | 332.28 | 0.84 | 0.34 |
| Hex | 9F | E | 51 | 0 | 5B | 31 | 26 | 14C | 54 | 22 |
| Octal | 237 | 16 | 121 | 0 | 133 | 61 | 46 | 514 | 124 | 42 |
| Binary | 10011111 | 1110 | 1010001 | 0 | 1011011 | 110001 | 100110 | 101001100 | 1010100 | 100010 |
Color Harmonies of #9F0E51
Complementary color
Monochromatic Colors of #9F0E51
Black with #9F0E51
Text Example
Text Example
White with #9F0E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E51; }
p { color: rgb(159,14,81); }
H1.HeaderClassName
{
color: #9F0E51;
}
.AnyTagClassName
{
color: #9F0E51;
}
</style>
background-color css
<style>
a { background-color: #9F0E51; }
a { background-color: rgb(159,14,81); }
div.DivClassName
{
background-color: #9F0E51;
}
.BgClassName
{
background-color: #9F0E51;
}
</style>
border-color css
<style>
span { border-color: #9F0E51; }
span { border-color: rgb(159,14,81); }
td.TdClassName
{
border-color: #9F0E51;
}
.TagClassName
{
border-color: #9F0E51;
}
</style>