Shades of Jazzberry Jam #9F035C
Tints of Jazzberry Jam #9F035C
RGB
CMYK
RGB Variations
Color information
#9F035C (or 0x9F035C) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 5C. RGB value is (159,3,92). Sum of RGB (Red+Green+Blue) = 159+3+92=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F035C is #60FCA3. Grayscale: #3B3B3B. Windows color (decimal): -6356132 or 6030239. OLE color: 6030239.
HSL color Cylindrical-coordinate representation of color #9F035C: hue angle of 325.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F035C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.38 |
| HSL | 325.77º | 0.96% | 0.32% | - |
| HSV(B) | 325.77º | 0.98% | 0.62% | - |
| XYZ | 16.26 | 8.21 | 10.85 | - |
| YUV | 59.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 92 | 0 | 0.98 | 0.42 | 0.38 | 325.77 | 0.96 | 0.32 |
| Hex | 9F | 3 | 5C | 0 | 62 | 2A | 26 | 146 | 60 | 20 |
| Octal | 237 | 3 | 134 | 0 | 142 | 52 | 46 | 506 | 140 | 40 |
| Binary | 10011111 | 11 | 1011100 | 0 | 1100010 | 101010 | 100110 | 101000110 | 1100000 | 100000 |
Color Harmonies of #9F035C
Complementary color
Monochromatic Colors of #9F035C
Black with #9F035C
Text Example
Text Example
White with #9F035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F035C; }
p { color: rgb(159,3,92); }
H1.HeaderClassName
{
color: #9F035C;
}
.AnyTagClassName
{
color: #9F035C;
}
</style>
background-color css
<style>
a { background-color: #9F035C; }
a { background-color: rgb(159,3,92); }
div.DivClassName
{
background-color: #9F035C;
}
.BgClassName
{
background-color: #9F035C;
}
</style>
border-color css
<style>
span { border-color: #9F035C; }
span { border-color: rgb(159,3,92); }
td.TdClassName
{
border-color: #9F035C;
}
.TagClassName
{
border-color: #9F035C;
}
</style>