Shades of Jazzberry Jam #9F025A
Tints of Jazzberry Jam #9F025A
RGB
CMYK
RGB Variations
Color information
#9F025A (or 0x9F025A) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 5A. RGB value is (159,2,90). Sum of RGB (Red+Green+Blue) = 159+2+90=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F025A is #60FDA5. Grayscale: #3A3A3A. Windows color (decimal): -6356390 or 5898911. OLE color: 5898911.
HSL color Cylindrical-coordinate representation of color #9F025A: hue angle of 326.37º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F025A is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.38 |
| HSL | 326.37º | 0.98% | 0.32% | - |
| HSV(B) | 326.37º | 0.99% | 0.62% | - |
| XYZ | 16.17 | 8.15 | 10.39 | - |
| YUV | 58.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 90 | 0 | 0.99 | 0.43 | 0.38 | 326.37 | 0.98 | 0.32 |
| Hex | 9F | 2 | 5A | 0 | 63 | 2B | 26 | 146 | 62 | 20 |
| Octal | 237 | 2 | 132 | 0 | 143 | 53 | 46 | 506 | 142 | 40 |
| Binary | 10011111 | 10 | 1011010 | 0 | 1100011 | 101011 | 100110 | 101000110 | 1100010 | 100000 |
Color Harmonies of #9F025A
Complementary color
Monochromatic Colors of #9F025A
Black with #9F025A
Text Example
Text Example
White with #9F025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F025A; }
p { color: rgb(159,2,90); }
H1.HeaderClassName
{
color: #9F025A;
}
.AnyTagClassName
{
color: #9F025A;
}
</style>
background-color css
<style>
a { background-color: #9F025A; }
a { background-color: rgb(159,2,90); }
div.DivClassName
{
background-color: #9F025A;
}
.BgClassName
{
background-color: #9F025A;
}
</style>
border-color css
<style>
span { border-color: #9F025A; }
span { border-color: rgb(159,2,90); }
td.TdClassName
{
border-color: #9F025A;
}
.TagClassName
{
border-color: #9F025A;
}
</style>