Shades of Jazzberry Jam #9F104E
Tints of Jazzberry Jam #9F104E
RGB
CMYK
RGB Variations
Color information
#9F104E (or 0x9F104E) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 4E. RGB value is (159,16,78). Sum of RGB (Red+Green+Blue) = 159+16+78=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F104E is #60EFB1. Grayscale: #414141. Windows color (decimal): -6352818 or 5116063. OLE color: 5116063.
HSL color Cylindrical-coordinate representation of color #9F104E: hue angle of 333.99º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F104E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 78 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.38 |
| HSL | 333.99º | 0.82% | 0.34% | - |
| HSV(B) | 333.99º | 0.9% | 0.62% | - |
| XYZ | 15.86 | 8.29 | 7.97 | - |
| YUV | 65.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 78 | 0 | 0.90 | 0.51 | 0.38 | 333.99 | 0.82 | 0.34 |
| Hex | 9F | 10 | 4E | 0 | 5A | 33 | 26 | 14E | 52 | 22 |
| Octal | 237 | 20 | 116 | 0 | 132 | 63 | 46 | 516 | 122 | 42 |
| Binary | 10011111 | 10000 | 1001110 | 0 | 1011010 | 110011 | 100110 | 101001110 | 1010010 | 100010 |
Color Harmonies of #9F104E
Complementary color
Monochromatic Colors of #9F104E
Black with #9F104E
Text Example
Text Example
White with #9F104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F104E; }
p { color: rgb(159,16,78); }
H1.HeaderClassName
{
color: #9F104E;
}
.AnyTagClassName
{
color: #9F104E;
}
</style>
background-color css
<style>
a { background-color: #9F104E; }
a { background-color: rgb(159,16,78); }
div.DivClassName
{
background-color: #9F104E;
}
.BgClassName
{
background-color: #9F104E;
}
</style>
border-color css
<style>
span { border-color: #9F104E; }
span { border-color: rgb(159,16,78); }
td.TdClassName
{
border-color: #9F104E;
}
.TagClassName
{
border-color: #9F104E;
}
</style>