Shades of Jazzberry Jam #9F034C
Tints of Jazzberry Jam #9F034C
RGB
CMYK
RGB Variations
Color information
#9F034C (or 0x9F034C) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 4C. RGB value is (159,3,76). Sum of RGB (Red+Green+Blue) = 159+3+76=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F034C is #60FCB3. Grayscale: #393939. Windows color (decimal): -6356148 or 4981663. OLE color: 4981663.
HSL color Cylindrical-coordinate representation of color #9F034C: hue angle of 331.92º 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 #9F034C is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.38 |
| HSL | 331.92º | 0.96% | 0.32% | - |
| HSV(B) | 331.92º | 0.98% | 0.62% | - |
| XYZ | 15.64 | 7.96 | 7.55 | - |
| YUV | 57.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 76 | 0 | 0.98 | 0.52 | 0.38 | 331.92 | 0.96 | 0.32 |
| Hex | 9F | 3 | 4C | 0 | 62 | 34 | 26 | 14C | 60 | 20 |
| Octal | 237 | 3 | 114 | 0 | 142 | 64 | 46 | 514 | 140 | 40 |
| Binary | 10011111 | 11 | 1001100 | 0 | 1100010 | 110100 | 100110 | 101001100 | 1100000 | 100000 |
Color Harmonies of #9F034C
Complementary color
Monochromatic Colors of #9F034C
Black with #9F034C
Text Example
Text Example
White with #9F034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F034C; }
p { color: rgb(159,3,76); }
H1.HeaderClassName
{
color: #9F034C;
}
.AnyTagClassName
{
color: #9F034C;
}
</style>
background-color css
<style>
a { background-color: #9F034C; }
a { background-color: rgb(159,3,76); }
div.DivClassName
{
background-color: #9F034C;
}
.BgClassName
{
background-color: #9F034C;
}
</style>
border-color css
<style>
span { border-color: #9F034C; }
span { border-color: rgb(159,3,76); }
td.TdClassName
{
border-color: #9F034C;
}
.TagClassName
{
border-color: #9F034C;
}
</style>