Shades of Jazzberry Jam #9F126A
Tints of Jazzberry Jam #9F126A
RGB
CMYK
RGB Variations
Color information
#9F126A (or 0x9F126A) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 6A. RGB value is (159,18,106). Sum of RGB (Red+Green+Blue) = 159+18+106=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F126A is #60ED95. Grayscale: #454545. Windows color (decimal): -6352278 or 6951583. OLE color: 6951583.
HSL color Cylindrical-coordinate representation of color #9F126A: hue angle of 322.55º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F126A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 106 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.38 |
| HSL | 322.55º | 0.8% | 0.35% | - |
| HSV(B) | 322.55º | 0.89% | 0.62% | - |
| XYZ | 17.12 | 8.84 | 14.44 | - |
| YUV | 70.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 106 | 0 | 0.89 | 0.33 | 0.38 | 322.55 | 0.8 | 0.35 |
| Hex | 9F | 12 | 6A | 0 | 59 | 21 | 26 | 143 | 50 | 23 |
| Octal | 237 | 22 | 152 | 0 | 131 | 41 | 46 | 503 | 120 | 43 |
| Binary | 10011111 | 10010 | 1101010 | 0 | 1011001 | 100001 | 100110 | 101000011 | 1010000 | 100011 |
Color Harmonies of #9F126A
Complementary color
Monochromatic Colors of #9F126A
Black with #9F126A
Text Example
Text Example
White with #9F126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F126A; }
p { color: rgb(159,18,106); }
H1.HeaderClassName
{
color: #9F126A;
}
.AnyTagClassName
{
color: #9F126A;
}
</style>
background-color css
<style>
a { background-color: #9F126A; }
a { background-color: rgb(159,18,106); }
div.DivClassName
{
background-color: #9F126A;
}
.BgClassName
{
background-color: #9F126A;
}
</style>
border-color css
<style>
span { border-color: #9F126A; }
span { border-color: rgb(159,18,106); }
td.TdClassName
{
border-color: #9F126A;
}
.TagClassName
{
border-color: #9F126A;
}
</style>