Shades of Jazzberry Jam #9F1367
Tints of Jazzberry Jam #9F1367
RGB
CMYK
RGB Variations
Color information
#9F1367 (or 0x9F1367) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 67. RGB value is (159,19,103). Sum of RGB (Red+Green+Blue) = 159+19+103=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1367 is #60EC98. Grayscale: #464646. Windows color (decimal): -6352025 or 6755231. OLE color: 6755231.
HSL color Cylindrical-coordinate representation of color #9F1367: hue angle of 324º 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 #9F1367 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 103 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.38 |
| HSL | 324º | 0.79% | 0.35% | - |
| HSV(B) | 324º | 0.88% | 0.62% | - |
| XYZ | 16.98 | 8.82 | 13.64 | - |
| YUV | 70.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 103 | 0 | 0.88 | 0.35 | 0.38 | 324 | 0.79 | 0.35 |
| Hex | 9F | 13 | 67 | 0 | 58 | 23 | 26 | 144 | 4F | 23 |
| Octal | 237 | 23 | 147 | 0 | 130 | 43 | 46 | 504 | 117 | 43 |
| Binary | 10011111 | 10011 | 1100111 | 0 | 1011000 | 100011 | 100110 | 101000100 | 1001111 | 100011 |
Color Harmonies of #9F1367
Complementary color
Monochromatic Colors of #9F1367
Black with #9F1367
Text Example
Text Example
White with #9F1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1367; }
p { color: rgb(159,19,103); }
H1.HeaderClassName
{
color: #9F1367;
}
.AnyTagClassName
{
color: #9F1367;
}
</style>
background-color css
<style>
a { background-color: #9F1367; }
a { background-color: rgb(159,19,103); }
div.DivClassName
{
background-color: #9F1367;
}
.BgClassName
{
background-color: #9F1367;
}
</style>
border-color css
<style>
span { border-color: #9F1367; }
span { border-color: rgb(159,19,103); }
td.TdClassName
{
border-color: #9F1367;
}
.TagClassName
{
border-color: #9F1367;
}
</style>