Shades of Jazzberry Jam #9F266C
Tints of Jazzberry Jam #9F266C
RGB
CMYK
RGB Variations
Color information
#9F266C (or 0x9F266C) is known color: Jazzberry Jam. HEX triplet: 9F, 26 and 6C. RGB value is (159,38,108). Sum of RGB (Red+Green+Blue) = 159+38+108=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F266C is #60D993. Grayscale: #515151. Windows color (decimal): -6347156 or 7087775. OLE color: 7087775.
HSL color Cylindrical-coordinate representation of color #9F266C: hue angle of 325.29º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F266C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 108 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.38 |
| HSL | 325.29º | 0.61% | 0.39% | - |
| HSV(B) | 325.29º | 0.76% | 0.62% | - |
| XYZ | 17.7 | 9.84 | 15.15 | - |
| YUV | 82.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 108 | 0 | 0.76 | 0.32 | 0.38 | 325.29 | 0.61 | 0.39 |
| Hex | 9F | 26 | 6C | 0 | 4C | 20 | 26 | 145 | 3D | 27 |
| Octal | 237 | 46 | 154 | 0 | 114 | 40 | 46 | 505 | 75 | 47 |
| Binary | 10011111 | 100110 | 1101100 | 0 | 1001100 | 100000 | 100110 | 101000101 | 111101 | 100111 |
Color Harmonies of #9F266C
Complementary color
Monochromatic Colors of #9F266C
Black with #9F266C
Text Example
Text Example
White with #9F266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F266C; }
p { color: rgb(159,38,108); }
H1.HeaderClassName
{
color: #9F266C;
}
.AnyTagClassName
{
color: #9F266C;
}
</style>
background-color css
<style>
a { background-color: #9F266C; }
a { background-color: rgb(159,38,108); }
div.DivClassName
{
background-color: #9F266C;
}
.BgClassName
{
background-color: #9F266C;
}
</style>
border-color css
<style>
span { border-color: #9F266C; }
span { border-color: rgb(159,38,108); }
td.TdClassName
{
border-color: #9F266C;
}
.TagClassName
{
border-color: #9F266C;
}
</style>