Shades of Jazzberry Jam #9F276E
Tints of Jazzberry Jam #9F276E
RGB
CMYK
RGB Variations
Color information
#9F276E (or 0x9F276E) is known color: Jazzberry Jam. HEX triplet: 9F, 27 and 6E. RGB value is (159,39,110). Sum of RGB (Red+Green+Blue) = 159+39+110=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F276E is #60D891. Grayscale: #525252. Windows color (decimal): -6346898 or 7219103. OLE color: 7219103.
HSL color Cylindrical-coordinate representation of color #9F276E: hue angle of 324.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F276E is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 110 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.38 |
| HSL | 324.5º | 0.61% | 0.39% | - |
| HSV(B) | 324.5º | 0.75% | 0.62% | - |
| XYZ | 17.84 | 9.95 | 15.73 | - |
| YUV | 82.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 110 | 0 | 0.75 | 0.31 | 0.38 | 324.5 | 0.61 | 0.39 |
| Hex | 9F | 27 | 6E | 0 | 4B | 1F | 26 | 144 | 3D | 27 |
| Octal | 237 | 47 | 156 | 0 | 113 | 37 | 46 | 504 | 75 | 47 |
| Binary | 10011111 | 100111 | 1101110 | 0 | 1001011 | 11111 | 100110 | 101000100 | 111101 | 100111 |
Color Harmonies of #9F276E
Complementary color
Monochromatic Colors of #9F276E
Black with #9F276E
Text Example
Text Example
White with #9F276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F276E; }
p { color: rgb(159,39,110); }
H1.HeaderClassName
{
color: #9F276E;
}
.AnyTagClassName
{
color: #9F276E;
}
</style>
background-color css
<style>
a { background-color: #9F276E; }
a { background-color: rgb(159,39,110); }
div.DivClassName
{
background-color: #9F276E;
}
.BgClassName
{
background-color: #9F276E;
}
</style>
border-color css
<style>
span { border-color: #9F276E; }
span { border-color: rgb(159,39,110); }
td.TdClassName
{
border-color: #9F276E;
}
.TagClassName
{
border-color: #9F276E;
}
</style>