Shades of Jazzberry Jam #9F0155
Tints of Jazzberry Jam #9F0155
RGB
CMYK
RGB Variations
Color information
#9F0155 (or 0x9F0155) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 55. RGB value is (159,1,85). Sum of RGB (Red+Green+Blue) = 159+1+85=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0155 is #60FEAA. Grayscale: #393939. Windows color (decimal): -6356651 or 5570975. OLE color: 5570975.
HSL color Cylindrical-coordinate representation of color #9F0155: hue angle of 328.1º 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 #9F0155 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.38 |
| HSL | 328.1º | 0.99% | 0.31% | - |
| HSV(B) | 328.1º | 0.99% | 0.62% | - |
| XYZ | 15.95 | 8.05 | 9.31 | - |
| YUV | 57.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 85 | 0 | 0.99 | 0.47 | 0.38 | 328.1 | 0.99 | 0.31 |
| Hex | 9F | 1 | 55 | 0 | 63 | 2F | 26 | 148 | 63 | 1F |
| Octal | 237 | 1 | 125 | 0 | 143 | 57 | 46 | 510 | 143 | 37 |
| Binary | 10011111 | 1 | 1010101 | 0 | 1100011 | 101111 | 100110 | 101001000 | 1100011 | 11111 |
Color Harmonies of #9F0155
Complementary color
Monochromatic Colors of #9F0155
Black with #9F0155
Text Example
Text Example
White with #9F0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0155; }
p { color: rgb(159,1,85); }
H1.HeaderClassName
{
color: #9F0155;
}
.AnyTagClassName
{
color: #9F0155;
}
</style>
background-color css
<style>
a { background-color: #9F0155; }
a { background-color: rgb(159,1,85); }
div.DivClassName
{
background-color: #9F0155;
}
.BgClassName
{
background-color: #9F0155;
}
</style>
border-color css
<style>
span { border-color: #9F0155; }
span { border-color: rgb(159,1,85); }
td.TdClassName
{
border-color: #9F0155;
}
.TagClassName
{
border-color: #9F0155;
}
</style>