Shades of Jazzberry Jam #9A0156
Tints of Jazzberry Jam #9A0156
RGB
CMYK
RGB Variations
Color information
#9A0156 (or 0x9A0156) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 56. RGB value is (154,1,86). Sum of RGB (Red+Green+Blue) = 154+1+86=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0156 is #65FEA9. Grayscale: #383838. Windows color (decimal): -6684330 or 5636506. OLE color: 5636506.
HSL color Cylindrical-coordinate representation of color #9A0156: hue angle of 326.67º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0156 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.40 |
| HSL | 326.67º | 0.99% | 0.3% | - |
| HSV(B) | 326.67º | 0.99% | 0.6% | - |
| XYZ | 15.02 | 7.56 | 9.47 | - |
| YUV | 56.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 86 | 0 | 0.99 | 0.44 | 0.40 | 326.67 | 0.99 | 0.3 |
| Hex | 9A | 1 | 56 | 0 | 63 | 2C | 28 | 147 | 63 | 1E |
| Octal | 232 | 1 | 126 | 0 | 143 | 54 | 50 | 507 | 143 | 36 |
| Binary | 10011010 | 1 | 1010110 | 0 | 1100011 | 101100 | 101000 | 101000111 | 1100011 | 11110 |
Color Harmonies of #9A0156
Complementary color
Monochromatic Colors of #9A0156
Black with #9A0156
Text Example
Text Example
White with #9A0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0156; }
p { color: rgb(154,1,86); }
H1.HeaderClassName
{
color: #9A0156;
}
.AnyTagClassName
{
color: #9A0156;
}
</style>
background-color css
<style>
a { background-color: #9A0156; }
a { background-color: rgb(154,1,86); }
div.DivClassName
{
background-color: #9A0156;
}
.BgClassName
{
background-color: #9A0156;
}
</style>
border-color css
<style>
span { border-color: #9A0156; }
span { border-color: rgb(154,1,86); }
td.TdClassName
{
border-color: #9A0156;
}
.TagClassName
{
border-color: #9A0156;
}
</style>