Shades of Jazzberry Jam #9A104E
Tints of Jazzberry Jam #9A104E
RGB
CMYK
RGB Variations
Color information
#9A104E (or 0x9A104E) is known color: Jazzberry Jam. HEX triplet: 9A, 10 and 4E. RGB value is (154,16,78). Sum of RGB (Red+Green+Blue) = 154+16+78=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A104E is #65EFB1. Grayscale: #404040. Windows color (decimal): -6680498 or 5116058. OLE color: 5116058.
HSL color Cylindrical-coordinate representation of color #9A104E: hue angle of 333.04º 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 #9A104E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 78 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.40 |
| HSL | 333.04º | 0.81% | 0.33% | - |
| HSV(B) | 333.04º | 0.9% | 0.6% | - |
| XYZ | 14.89 | 7.79 | 7.93 | - |
| YUV | 64.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 78 | 0 | 0.90 | 0.49 | 0.40 | 333.04 | 0.81 | 0.33 |
| Hex | 9A | 10 | 4E | 0 | 5A | 31 | 28 | 14D | 51 | 21 |
| Octal | 232 | 20 | 116 | 0 | 132 | 61 | 50 | 515 | 121 | 41 |
| Binary | 10011010 | 10000 | 1001110 | 0 | 1011010 | 110001 | 101000 | 101001101 | 1010001 | 100001 |
Color Harmonies of #9A104E
Complementary color
Monochromatic Colors of #9A104E
Black with #9A104E
Text Example
Text Example
White with #9A104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A104E; }
p { color: rgb(154,16,78); }
H1.HeaderClassName
{
color: #9A104E;
}
.AnyTagClassName
{
color: #9A104E;
}
</style>
background-color css
<style>
a { background-color: #9A104E; }
a { background-color: rgb(154,16,78); }
div.DivClassName
{
background-color: #9A104E;
}
.BgClassName
{
background-color: #9A104E;
}
</style>
border-color css
<style>
span { border-color: #9A104E; }
span { border-color: rgb(154,16,78); }
td.TdClassName
{
border-color: #9A104E;
}
.TagClassName
{
border-color: #9A104E;
}
</style>