Shades of Jazzberry Jam #9A104C
Tints of Jazzberry Jam #9A104C
RGB
CMYK
RGB Variations
Color information
#9A104C (or 0x9A104C) is known color: Jazzberry Jam. HEX triplet: 9A, 10 and 4C. RGB value is (154,16,76). Sum of RGB (Red+Green+Blue) = 154+16+76=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A104C is #65EFB3. Grayscale: #3F3F3F. Windows color (decimal): -6680500 or 4984986. OLE color: 4984986.
HSL color Cylindrical-coordinate representation of color #9A104C: hue angle of 333.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A104C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 76 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.40 |
| HSL | 333.91º | 0.81% | 0.33% | - |
| HSV(B) | 333.91º | 0.9% | 0.6% | - |
| XYZ | 14.82 | 7.76 | 7.55 | - |
| YUV | 64.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 76 | 0 | 0.90 | 0.51 | 0.40 | 333.91 | 0.81 | 0.33 |
| Hex | 9A | 10 | 4C | 0 | 5A | 33 | 28 | 14E | 51 | 21 |
| Octal | 232 | 20 | 114 | 0 | 132 | 63 | 50 | 516 | 121 | 41 |
| Binary | 10011010 | 10000 | 1001100 | 0 | 1011010 | 110011 | 101000 | 101001110 | 1010001 | 100001 |
Color Harmonies of #9A104C
Complementary color
Monochromatic Colors of #9A104C
Black with #9A104C
Text Example
Text Example
White with #9A104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A104C; }
p { color: rgb(154,16,76); }
H1.HeaderClassName
{
color: #9A104C;
}
.AnyTagClassName
{
color: #9A104C;
}
</style>
background-color css
<style>
a { background-color: #9A104C; }
a { background-color: rgb(154,16,76); }
div.DivClassName
{
background-color: #9A104C;
}
.BgClassName
{
background-color: #9A104C;
}
</style>
border-color css
<style>
span { border-color: #9A104C; }
span { border-color: rgb(154,16,76); }
td.TdClassName
{
border-color: #9A104C;
}
.TagClassName
{
border-color: #9A104C;
}
</style>