Shades of Jazzberry Jam #9F015B
Tints of Jazzberry Jam #9F015B
RGB
CMYK
RGB Variations
Color information
#9F015B (or 0x9F015B) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 5B. RGB value is (159,1,91). Sum of RGB (Red+Green+Blue) = 159+1+91=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F015B is #60FEA4. Grayscale: #3A3A3A. Windows color (decimal): -6356645 or 5964191. OLE color: 5964191.
HSL color Cylindrical-coordinate representation of color #9F015B: hue angle of 325.82º 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 #9F015B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.38 |
| HSL | 325.82º | 0.99% | 0.31% | - |
| HSV(B) | 325.82º | 0.99% | 0.62% | - |
| XYZ | 16.2 | 8.15 | 10.62 | - |
| YUV | 58.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 91 | 0 | 0.99 | 0.43 | 0.38 | 325.82 | 0.99 | 0.31 |
| Hex | 9F | 1 | 5B | 0 | 63 | 2B | 26 | 146 | 63 | 1F |
| Octal | 237 | 1 | 133 | 0 | 143 | 53 | 46 | 506 | 143 | 37 |
| Binary | 10011111 | 1 | 1011011 | 0 | 1100011 | 101011 | 100110 | 101000110 | 1100011 | 11111 |
Color Harmonies of #9F015B
Complementary color
Monochromatic Colors of #9F015B
Black with #9F015B
Text Example
Text Example
White with #9F015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F015B; }
p { color: rgb(159,1,91); }
H1.HeaderClassName
{
color: #9F015B;
}
.AnyTagClassName
{
color: #9F015B;
}
</style>
background-color css
<style>
a { background-color: #9F015B; }
a { background-color: rgb(159,1,91); }
div.DivClassName
{
background-color: #9F015B;
}
.BgClassName
{
background-color: #9F015B;
}
</style>
border-color css
<style>
span { border-color: #9F015B; }
span { border-color: rgb(159,1,91); }
td.TdClassName
{
border-color: #9F015B;
}
.TagClassName
{
border-color: #9F015B;
}
</style>