Shades of Jazzberry Jam #9A0A4A
Tints of Jazzberry Jam #9A0A4A
RGB
CMYK
RGB Variations
Color information
#9A0A4A (or 0x9A0A4A) is known color: Jazzberry Jam. HEX triplet: 9A, 0A and 4A. RGB value is (154,10,74). Sum of RGB (Red+Green+Blue) = 154+10+74=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0A4A is #65F5B5. Grayscale: #3C3C3C. Windows color (decimal): -6682038 or 4852378. OLE color: 4852378.
HSL color Cylindrical-coordinate representation of color #9A0A4A: hue angle of 333.33º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A4A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 10 | 74 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.40 |
| HSL | 333.33º | 0.88% | 0.32% | - |
| HSV(B) | 333.33º | 0.94% | 0.6% | - |
| XYZ | 14.67 | 7.58 | 7.17 | - |
| YUV | 60.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 74 | 0 | 0.94 | 0.52 | 0.40 | 333.33 | 0.88 | 0.32 |
| Hex | 9A | A | 4A | 0 | 5E | 34 | 28 | 14D | 58 | 20 |
| Octal | 232 | 12 | 112 | 0 | 136 | 64 | 50 | 515 | 130 | 40 |
| Binary | 10011010 | 1010 | 1001010 | 0 | 1011110 | 110100 | 101000 | 101001101 | 1011000 | 100000 |
Color Harmonies of #9A0A4A
Complementary color
Monochromatic Colors of #9A0A4A
Black with #9A0A4A
Text Example
Text Example
White with #9A0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A4A; }
p { color: rgb(154,10,74); }
H1.HeaderClassName
{
color: #9A0A4A;
}
.AnyTagClassName
{
color: #9A0A4A;
}
</style>
background-color css
<style>
a { background-color: #9A0A4A; }
a { background-color: rgb(154,10,74); }
div.DivClassName
{
background-color: #9A0A4A;
}
.BgClassName
{
background-color: #9A0A4A;
}
</style>
border-color css
<style>
span { border-color: #9A0A4A; }
span { border-color: rgb(154,10,74); }
td.TdClassName
{
border-color: #9A0A4A;
}
.TagClassName
{
border-color: #9A0A4A;
}
</style>