Shades of Jazzberry Jam #9F025E
Tints of Jazzberry Jam #9F025E
RGB
CMYK
RGB Variations
Color information
#9F025E (or 0x9F025E) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 5E. RGB value is (159,2,94). Sum of RGB (Red+Green+Blue) = 159+2+94=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F025E is #60FDA1. Grayscale: #3B3B3B. Windows color (decimal): -6356386 or 6161055. OLE color: 6161055.
HSL color Cylindrical-coordinate representation of color #9F025E: hue angle of 324.84º 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 #9F025E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.38 |
| HSL | 324.84º | 0.98% | 0.32% | - |
| HSV(B) | 324.84º | 0.99% | 0.62% | - |
| XYZ | 16.34 | 8.22 | 11.32 | - |
| YUV | 59.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 94 | 0 | 0.99 | 0.41 | 0.38 | 324.84 | 0.98 | 0.32 |
| Hex | 9F | 2 | 5E | 0 | 63 | 29 | 26 | 145 | 62 | 20 |
| Octal | 237 | 2 | 136 | 0 | 143 | 51 | 46 | 505 | 142 | 40 |
| Binary | 10011111 | 10 | 1011110 | 0 | 1100011 | 101001 | 100110 | 101000101 | 1100010 | 100000 |
Color Harmonies of #9F025E
Complementary color
Monochromatic Colors of #9F025E
Black with #9F025E
Text Example
Text Example
White with #9F025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F025E; }
p { color: rgb(159,2,94); }
H1.HeaderClassName
{
color: #9F025E;
}
.AnyTagClassName
{
color: #9F025E;
}
</style>
background-color css
<style>
a { background-color: #9F025E; }
a { background-color: rgb(159,2,94); }
div.DivClassName
{
background-color: #9F025E;
}
.BgClassName
{
background-color: #9F025E;
}
</style>
border-color css
<style>
span { border-color: #9F025E; }
span { border-color: rgb(159,2,94); }
td.TdClassName
{
border-color: #9F025E;
}
.TagClassName
{
border-color: #9F025E;
}
</style>