Shades of Jazzberry Jam #9A0151
Tints of Jazzberry Jam #9A0151
RGB
CMYK
RGB Variations
Color information
#9A0151 (or 0x9A0151) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 51. RGB value is (154,1,81). Sum of RGB (Red+Green+Blue) = 154+1+81=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0151 is #65FEAE. Grayscale: #373737. Windows color (decimal): -6684335 or 5308826. OLE color: 5308826.
HSL color Cylindrical-coordinate representation of color #9A0151: hue angle of 328.63º 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 #9A0151 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.40 |
| HSL | 328.63º | 0.99% | 0.3% | - |
| HSV(B) | 328.63º | 0.99% | 0.6% | - |
| XYZ | 14.82 | 7.49 | 8.45 | - |
| YUV | 55.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 81 | 0 | 0.99 | 0.47 | 0.40 | 328.63 | 0.99 | 0.3 |
| Hex | 9A | 1 | 51 | 0 | 63 | 2F | 28 | 149 | 63 | 1E |
| Octal | 232 | 1 | 121 | 0 | 143 | 57 | 50 | 511 | 143 | 36 |
| Binary | 10011010 | 1 | 1010001 | 0 | 1100011 | 101111 | 101000 | 101001001 | 1100011 | 11110 |
Color Harmonies of #9A0151
Complementary color
Monochromatic Colors of #9A0151
Black with #9A0151
Text Example
Text Example
White with #9A0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0151; }
p { color: rgb(154,1,81); }
H1.HeaderClassName
{
color: #9A0151;
}
.AnyTagClassName
{
color: #9A0151;
}
</style>
background-color css
<style>
a { background-color: #9A0151; }
a { background-color: rgb(154,1,81); }
div.DivClassName
{
background-color: #9A0151;
}
.BgClassName
{
background-color: #9A0151;
}
</style>
border-color css
<style>
span { border-color: #9A0151; }
span { border-color: rgb(154,1,81); }
td.TdClassName
{
border-color: #9A0151;
}
.TagClassName
{
border-color: #9A0151;
}
</style>