Shades of Jazzberry Jam #9F025C
Tints of Jazzberry Jam #9F025C
RGB
CMYK
RGB Variations
Color information
#9F025C (or 0x9F025C) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 5C. RGB value is (159,2,92). Sum of RGB (Red+Green+Blue) = 159+2+92=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F025C is #60FDA3. Grayscale: #3A3A3A. Windows color (decimal): -6356388 or 6029983. OLE color: 6029983.
HSL color Cylindrical-coordinate representation of color #9F025C: hue angle of 325.61º 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 #9F025C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.38 |
| HSL | 325.61º | 0.98% | 0.32% | - |
| HSV(B) | 325.61º | 0.99% | 0.62% | - |
| XYZ | 16.25 | 8.19 | 10.85 | - |
| YUV | 59.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 92 | 0 | 0.99 | 0.42 | 0.38 | 325.61 | 0.98 | 0.32 |
| Hex | 9F | 2 | 5C | 0 | 63 | 2A | 26 | 146 | 62 | 20 |
| Octal | 237 | 2 | 134 | 0 | 143 | 52 | 46 | 506 | 142 | 40 |
| Binary | 10011111 | 10 | 1011100 | 0 | 1100011 | 101010 | 100110 | 101000110 | 1100010 | 100000 |
Color Harmonies of #9F025C
Complementary color
Monochromatic Colors of #9F025C
Black with #9F025C
Text Example
Text Example
White with #9F025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F025C; }
p { color: rgb(159,2,92); }
H1.HeaderClassName
{
color: #9F025C;
}
.AnyTagClassName
{
color: #9F025C;
}
</style>
background-color css
<style>
a { background-color: #9F025C; }
a { background-color: rgb(159,2,92); }
div.DivClassName
{
background-color: #9F025C;
}
.BgClassName
{
background-color: #9F025C;
}
</style>
border-color css
<style>
span { border-color: #9F025C; }
span { border-color: rgb(159,2,92); }
td.TdClassName
{
border-color: #9F025C;
}
.TagClassName
{
border-color: #9F025C;
}
</style>