Shades of Jazzberry Jam #9F005B
Tints of Jazzberry Jam #9F005B
RGB
CMYK
RGB Variations
Color information
#9F005B (or 0x9F005B) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 5B. RGB value is (159,0,91). Sum of RGB (Red+Green+Blue) = 159+0+91=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F005B is #60FFA4. Grayscale: #393939. Windows color (decimal): -6356901 or 5963935. OLE color: 5963935.
HSL color Cylindrical-coordinate representation of color #9F005B: hue angle of 325.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F005B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.43 | 0.38 |
| HSL | 325.66º | 1% | 0.31% | - |
| HSV(B) | 325.66º | 1% | 0.62% | - |
| XYZ | 16.19 | 8.13 | 10.61 | - |
| YUV | 57.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 91 | 0 | 1 | 0.43 | 0.38 | 325.66 | 1 | 0.31 |
| Hex | 9F | 0 | 5B | 0 | 64 | 2B | 26 | 146 | 64 | 1F |
| Octal | 237 | 0 | 133 | 0 | 144 | 53 | 46 | 506 | 144 | 37 |
| Binary | 10011111 | 0 | 1011011 | 0 | 1100100 | 101011 | 100110 | 101000110 | 1100100 | 11111 |
Color Harmonies of #9F005B
Complementary color
Monochromatic Colors of #9F005B
Black with #9F005B
Text Example
Text Example
White with #9F005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F005B; }
p { color: rgb(159,0,91); }
H1.HeaderClassName
{
color: #9F005B;
}
.AnyTagClassName
{
color: #9F005B;
}
</style>
background-color css
<style>
a { background-color: #9F005B; }
a { background-color: rgb(159,0,91); }
div.DivClassName
{
background-color: #9F005B;
}
.BgClassName
{
background-color: #9F005B;
}
</style>
border-color css
<style>
span { border-color: #9F005B; }
span { border-color: rgb(159,0,91); }
td.TdClassName
{
border-color: #9F005B;
}
.TagClassName
{
border-color: #9F005B;
}
</style>