Shades of Jazzberry Jam #9F1C6B
Tints of Jazzberry Jam #9F1C6B
RGB
CMYK
RGB Variations
Color information
#9F1C6B (or 0x9F1C6B) is known color: Jazzberry Jam. HEX triplet: 9F, 1C and 6B. RGB value is (159,28,107). Sum of RGB (Red+Green+Blue) = 159+28+107=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C6B is #60E394. Grayscale: #4B4B4B. Windows color (decimal): -6349717 or 7019679. OLE color: 7019679.
HSL color Cylindrical-coordinate representation of color #9F1C6B: hue angle of 323.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C6B is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 28 | 107 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.38 |
| HSL | 323.82º | 0.7% | 0.37% | - |
| HSV(B) | 323.82º | 0.82% | 0.62% | - |
| XYZ | 17.37 | 9.26 | 14.78 | - |
| YUV | 76.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 107 | 0 | 0.82 | 0.33 | 0.38 | 323.82 | 0.7 | 0.37 |
| Hex | 9F | 1C | 6B | 0 | 52 | 21 | 26 | 144 | 46 | 25 |
| Octal | 237 | 34 | 153 | 0 | 122 | 41 | 46 | 504 | 106 | 45 |
| Binary | 10011111 | 11100 | 1101011 | 0 | 1010010 | 100001 | 100110 | 101000100 | 1000110 | 100101 |
Color Harmonies of #9F1C6B
Complementary color
Monochromatic Colors of #9F1C6B
Black with #9F1C6B
Text Example
Text Example
White with #9F1C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1C6B; }
p { color: rgb(159,28,107); }
H1.HeaderClassName
{
color: #9F1C6B;
}
.AnyTagClassName
{
color: #9F1C6B;
}
</style>
background-color css
<style>
a { background-color: #9F1C6B; }
a { background-color: rgb(159,28,107); }
div.DivClassName
{
background-color: #9F1C6B;
}
.BgClassName
{
background-color: #9F1C6B;
}
</style>
border-color css
<style>
span { border-color: #9F1C6B; }
span { border-color: rgb(159,28,107); }
td.TdClassName
{
border-color: #9F1C6B;
}
.TagClassName
{
border-color: #9F1C6B;
}
</style>