Shades of Jazzberry Jam #9F266E
Tints of Jazzberry Jam #9F266E
RGB
CMYK
RGB Variations
Color information
#9F266E (or 0x9F266E) is known color: Jazzberry Jam. HEX triplet: 9F, 26 and 6E. RGB value is (159,38,110). Sum of RGB (Red+Green+Blue) = 159+38+110=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F266E is #60D991. Grayscale: #525252. Windows color (decimal): -6347154 or 7218847. OLE color: 7218847.
HSL color Cylindrical-coordinate representation of color #9F266E: hue angle of 324.3º 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 #9F266E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 110 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.38 |
| HSL | 324.3º | 0.61% | 0.39% | - |
| HSV(B) | 324.3º | 0.76% | 0.62% | - |
| XYZ | 17.81 | 9.88 | 15.72 | - |
| YUV | 82.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 110 | 0 | 0.76 | 0.31 | 0.38 | 324.3 | 0.61 | 0.39 |
| Hex | 9F | 26 | 6E | 0 | 4C | 1F | 26 | 144 | 3D | 27 |
| Octal | 237 | 46 | 156 | 0 | 114 | 37 | 46 | 504 | 75 | 47 |
| Binary | 10011111 | 100110 | 1101110 | 0 | 1001100 | 11111 | 100110 | 101000100 | 111101 | 100111 |
Color Harmonies of #9F266E
Complementary color
Monochromatic Colors of #9F266E
Black with #9F266E
Text Example
Text Example
White with #9F266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F266E; }
p { color: rgb(159,38,110); }
H1.HeaderClassName
{
color: #9F266E;
}
.AnyTagClassName
{
color: #9F266E;
}
</style>
background-color css
<style>
a { background-color: #9F266E; }
a { background-color: rgb(159,38,110); }
div.DivClassName
{
background-color: #9F266E;
}
.BgClassName
{
background-color: #9F266E;
}
</style>
border-color css
<style>
span { border-color: #9F266E; }
span { border-color: rgb(159,38,110); }
td.TdClassName
{
border-color: #9F266E;
}
.TagClassName
{
border-color: #9F266E;
}
</style>