Shades of Jazzberry Jam #9A0256
Tints of Jazzberry Jam #9A0256
RGB
CMYK
RGB Variations
Color information
#9A0256 (or 0x9A0256) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 56. RGB value is (154,2,86). Sum of RGB (Red+Green+Blue) = 154+2+86=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0256 is #65FDA9. Grayscale: #383838. Windows color (decimal): -6684074 or 5636762. OLE color: 5636762.
HSL color Cylindrical-coordinate representation of color #9A0256: hue angle of 326.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0256 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.40 |
| HSL | 326.84º | 0.97% | 0.31% | - |
| HSV(B) | 326.84º | 0.99% | 0.6% | - |
| XYZ | 15.03 | 7.59 | 9.48 | - |
| YUV | 57.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 86 | 0 | 0.99 | 0.44 | 0.40 | 326.84 | 0.97 | 0.31 |
| Hex | 9A | 2 | 56 | 0 | 63 | 2C | 28 | 147 | 61 | 1F |
| Octal | 232 | 2 | 126 | 0 | 143 | 54 | 50 | 507 | 141 | 37 |
| Binary | 10011010 | 10 | 1010110 | 0 | 1100011 | 101100 | 101000 | 101000111 | 1100001 | 11111 |
Color Harmonies of #9A0256
Complementary color
Monochromatic Colors of #9A0256
Black with #9A0256
Text Example
Text Example
White with #9A0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0256; }
p { color: rgb(154,2,86); }
H1.HeaderClassName
{
color: #9A0256;
}
.AnyTagClassName
{
color: #9A0256;
}
</style>
background-color css
<style>
a { background-color: #9A0256; }
a { background-color: rgb(154,2,86); }
div.DivClassName
{
background-color: #9A0256;
}
.BgClassName
{
background-color: #9A0256;
}
</style>
border-color css
<style>
span { border-color: #9A0256; }
span { border-color: rgb(154,2,86); }
td.TdClassName
{
border-color: #9A0256;
}
.TagClassName
{
border-color: #9A0256;
}
</style>