Shades of Jazzberry Jam #9A104F
Tints of Jazzberry Jam #9A104F
RGB
CMYK
RGB Variations
Color information
#9A104F (or 0x9A104F) is known color: Jazzberry Jam. HEX triplet: 9A, 10 and 4F. RGB value is (154,16,79). Sum of RGB (Red+Green+Blue) = 154+16+79=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A104F is #65EFB0. Grayscale: #404040. Windows color (decimal): -6680497 or 5181594. OLE color: 5181594.
HSL color Cylindrical-coordinate representation of color #9A104F: hue angle of 332.61º 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 #9A104F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 79 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.40 |
| HSL | 332.61º | 0.81% | 0.33% | - |
| HSV(B) | 332.61º | 0.9% | 0.6% | - |
| XYZ | 14.92 | 7.81 | 8.12 | - |
| YUV | 64.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 79 | 0 | 0.90 | 0.49 | 0.40 | 332.61 | 0.81 | 0.33 |
| Hex | 9A | 10 | 4F | 0 | 5A | 31 | 28 | 14D | 51 | 21 |
| Octal | 232 | 20 | 117 | 0 | 132 | 61 | 50 | 515 | 121 | 41 |
| Binary | 10011010 | 10000 | 1001111 | 0 | 1011010 | 110001 | 101000 | 101001101 | 1010001 | 100001 |
Color Harmonies of #9A104F
Complementary color
Monochromatic Colors of #9A104F
Black with #9A104F
Text Example
Text Example
White with #9A104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A104F; }
p { color: rgb(154,16,79); }
H1.HeaderClassName
{
color: #9A104F;
}
.AnyTagClassName
{
color: #9A104F;
}
</style>
background-color css
<style>
a { background-color: #9A104F; }
a { background-color: rgb(154,16,79); }
div.DivClassName
{
background-color: #9A104F;
}
.BgClassName
{
background-color: #9A104F;
}
</style>
border-color css
<style>
span { border-color: #9A104F; }
span { border-color: rgb(154,16,79); }
td.TdClassName
{
border-color: #9A104F;
}
.TagClassName
{
border-color: #9A104F;
}
</style>