Shades of Jazzberry Jam #9A0146
Tints of Jazzberry Jam #9A0146
RGB
CMYK
RGB Variations
Color information
#9A0146 (or 0x9A0146) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 46. RGB value is (154,1,70). Sum of RGB (Red+Green+Blue) = 154+1+70=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0146 is #65FEB9. Grayscale: #363636. Windows color (decimal): -6684346 or 4587930. OLE color: 4587930.
HSL color Cylindrical-coordinate representation of color #9A0146: hue angle of 332.94º 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 #9A0146 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.40 |
| HSL | 332.94º | 0.99% | 0.3% | - |
| HSV(B) | 332.94º | 0.99% | 0.6% | - |
| XYZ | 14.44 | 7.33 | 6.45 | - |
| YUV | 54.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 70 | 0 | 0.99 | 0.55 | 0.40 | 332.94 | 0.99 | 0.3 |
| Hex | 9A | 1 | 46 | 0 | 63 | 37 | 28 | 14D | 63 | 1E |
| Octal | 232 | 1 | 106 | 0 | 143 | 67 | 50 | 515 | 143 | 36 |
| Binary | 10011010 | 1 | 1000110 | 0 | 1100011 | 110111 | 101000 | 101001101 | 1100011 | 11110 |
Color Harmonies of #9A0146
Complementary color
Monochromatic Colors of #9A0146
Black with #9A0146
Text Example
Text Example
White with #9A0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0146; }
p { color: rgb(154,1,70); }
H1.HeaderClassName
{
color: #9A0146;
}
.AnyTagClassName
{
color: #9A0146;
}
</style>
background-color css
<style>
a { background-color: #9A0146; }
a { background-color: rgb(154,1,70); }
div.DivClassName
{
background-color: #9A0146;
}
.BgClassName
{
background-color: #9A0146;
}
</style>
border-color css
<style>
span { border-color: #9A0146; }
span { border-color: rgb(154,1,70); }
td.TdClassName
{
border-color: #9A0146;
}
.TagClassName
{
border-color: #9A0146;
}
</style>