Shades of Jazzberry Jam #9F134E
Tints of Jazzberry Jam #9F134E
RGB
CMYK
RGB Variations
Color information
#9F134E (or 0x9F134E) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 4E. RGB value is (159,19,78). Sum of RGB (Red+Green+Blue) = 159+19+78=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F134E is #60ECB1. Grayscale: #434343. Windows color (decimal): -6352050 or 5116831. OLE color: 5116831.
HSL color Cylindrical-coordinate representation of color #9F134E: hue angle of 334.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F134E is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 19 | 78 | - |
CMYK | 0 | 0.88 | 0.51 | 0.38 |
HSL | 334.71º | 0.79% | 0.35% | - |
HSV(B) | 334.71º | 0.88% | 0.62% | - |
XYZ | 15.91 | 8.39 | 7.99 | - |
YUV | 67.59 | 133.88 | 193.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 19 | 78 | 0 | 0.88 | 0.51 | 0.38 | 334.71 | 0.79 | 0.35 |
Hex | 9F | 13 | 4E | 0 | 58 | 33 | 26 | 14F | 4F | 23 |
Octal | 237 | 23 | 116 | 0 | 130 | 63 | 46 | 517 | 117 | 43 |
Binary | 10011111 | 10011 | 1001110 | 0 | 1011000 | 110011 | 100110 | 101001111 | 1001111 | 100011 |
Color Harmonies of #9F134E
Complementary color
Monochromatic Colors of #9F134E
Black with #9F134E
Text Example
Text Example
White with #9F134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F134E; }
p { color: rgb(159,19,78); }
H1.HeaderClassName
{
color: #9F134E;
}
.AnyTagClassName
{
color: #9F134E;
}
</style>
background-color css
<style>
a { background-color: #9F134E; }
a { background-color: rgb(159,19,78); }
div.DivClassName
{
background-color: #9F134E;
}
.BgClassName
{
background-color: #9F134E;
}
</style>
border-color css
<style>
span { border-color: #9F134E; }
span { border-color: rgb(159,19,78); }
td.TdClassName
{
border-color: #9F134E;
}
.TagClassName
{
border-color: #9F134E;
}
</style>