Shades of Jazzberry Jam #9F0154
Tints of Jazzberry Jam #9F0154
RGB
CMYK
RGB Variations
Color information
#9F0154 (or 0x9F0154) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 54. RGB value is (159,1,84). Sum of RGB (Red+Green+Blue) = 159+1+84=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0154 is #60FEAB. Grayscale: #393939. Windows color (decimal): -6356652 or 5505439. OLE color: 5505439.
HSL color Cylindrical-coordinate representation of color #9F0154: hue angle of 328.48º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0154 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.38 |
| HSL | 328.48º | 0.99% | 0.31% | - |
| HSV(B) | 328.48º | 0.99% | 0.62% | - |
| XYZ | 15.91 | 8.03 | 9.1 | - |
| YUV | 57.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 84 | 0 | 0.99 | 0.47 | 0.38 | 328.48 | 0.99 | 0.31 |
| Hex | 9F | 1 | 54 | 0 | 63 | 2F | 26 | 148 | 63 | 1F |
| Octal | 237 | 1 | 124 | 0 | 143 | 57 | 46 | 510 | 143 | 37 |
| Binary | 10011111 | 1 | 1010100 | 0 | 1100011 | 101111 | 100110 | 101001000 | 1100011 | 11111 |
Color Harmonies of #9F0154
Complementary color
Monochromatic Colors of #9F0154
Black with #9F0154
Text Example
Text Example
White with #9F0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0154; }
p { color: rgb(159,1,84); }
H1.HeaderClassName
{
color: #9F0154;
}
.AnyTagClassName
{
color: #9F0154;
}
</style>
background-color css
<style>
a { background-color: #9F0154; }
a { background-color: rgb(159,1,84); }
div.DivClassName
{
background-color: #9F0154;
}
.BgClassName
{
background-color: #9F0154;
}
</style>
border-color css
<style>
span { border-color: #9F0154; }
span { border-color: rgb(159,1,84); }
td.TdClassName
{
border-color: #9F0154;
}
.TagClassName
{
border-color: #9F0154;
}
</style>