Shades of Jazzberry Jam #9F0153
Tints of Jazzberry Jam #9F0153
RGB
CMYK
RGB Variations
Color information
#9F0153 (or 0x9F0153) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 53. RGB value is (159,1,83). Sum of RGB (Red+Green+Blue) = 159+1+83=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0153 is #60FEAC. Grayscale: #393939. Windows color (decimal): -6356653 or 5439903. OLE color: 5439903.
HSL color Cylindrical-coordinate representation of color #9F0153: hue angle of 328.86º 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 #9F0153 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.38 |
| HSL | 328.86º | 0.99% | 0.31% | - |
| HSV(B) | 328.86º | 0.99% | 0.62% | - |
| XYZ | 15.87 | 8.02 | 8.89 | - |
| YUV | 57.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 83 | 0 | 0.99 | 0.48 | 0.38 | 328.86 | 0.99 | 0.31 |
| Hex | 9F | 1 | 53 | 0 | 63 | 30 | 26 | 149 | 63 | 1F |
| Octal | 237 | 1 | 123 | 0 | 143 | 60 | 46 | 511 | 143 | 37 |
| Binary | 10011111 | 1 | 1010011 | 0 | 1100011 | 110000 | 100110 | 101001001 | 1100011 | 11111 |
Color Harmonies of #9F0153
Complementary color
Monochromatic Colors of #9F0153
Black with #9F0153
Text Example
Text Example
White with #9F0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0153; }
p { color: rgb(159,1,83); }
H1.HeaderClassName
{
color: #9F0153;
}
.AnyTagClassName
{
color: #9F0153;
}
</style>
background-color css
<style>
a { background-color: #9F0153; }
a { background-color: rgb(159,1,83); }
div.DivClassName
{
background-color: #9F0153;
}
.BgClassName
{
background-color: #9F0153;
}
</style>
border-color css
<style>
span { border-color: #9F0153; }
span { border-color: rgb(159,1,83); }
td.TdClassName
{
border-color: #9F0153;
}
.TagClassName
{
border-color: #9F0153;
}
</style>