Shades of Jazzberry Jam #9A004D
Tints of Jazzberry Jam #9A004D
RGB
CMYK
RGB Variations
Color information
#9A004D (or 0x9A004D) is known color: Jazzberry Jam. HEX triplet: 9A, 00 and 4D. RGB value is (154,0,77). Sum of RGB (Red+Green+Blue) = 154+0+77=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A004D is #65FFB2. Grayscale: #363636. Windows color (decimal): -6684595 or 5046426. OLE color: 5046426.
HSL color Cylindrical-coordinate representation of color #9A004D: hue angle of 330º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A004D is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.50 | 0.40 |
| HSL | 330º | 1% | 0.3% | - |
| HSV(B) | 330º | 1% | 0.6% | - |
| XYZ | 14.67 | 7.41 | 7.68 | - |
| YUV | 54.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 77 | 0 | 1 | 0.50 | 0.40 | 330 | 1 | 0.3 |
| Hex | 9A | 0 | 4D | 0 | 64 | 32 | 28 | 14A | 64 | 1E |
| Octal | 232 | 0 | 115 | 0 | 144 | 62 | 50 | 512 | 144 | 36 |
| Binary | 10011010 | 0 | 1001101 | 0 | 1100100 | 110010 | 101000 | 101001010 | 1100100 | 11110 |
Color Harmonies of #9A004D
Complementary color
Monochromatic Colors of #9A004D
Black with #9A004D
Text Example
Text Example
White with #9A004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A004D; }
p { color: rgb(154,0,77); }
H1.HeaderClassName
{
color: #9A004D;
}
.AnyTagClassName
{
color: #9A004D;
}
</style>
background-color css
<style>
a { background-color: #9A004D; }
a { background-color: rgb(154,0,77); }
div.DivClassName
{
background-color: #9A004D;
}
.BgClassName
{
background-color: #9A004D;
}
</style>
border-color css
<style>
span { border-color: #9A004D; }
span { border-color: rgb(154,0,77); }
td.TdClassName
{
border-color: #9A004D;
}
.TagClassName
{
border-color: #9A004D;
}
</style>