Shades of Jazzberry Jam #9E104A
Tints of Jazzberry Jam #9E104A
RGB
CMYK
RGB Variations
Color information
#9E104A (or 0x9E104A) is known color: Jazzberry Jam. HEX triplet: 9E, 10 and 4A. RGB value is (158,16,74). Sum of RGB (Red+Green+Blue) = 158+16+74=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E104A is #61EFB5. Grayscale: #404040. Windows color (decimal): -6418358 or 4853918. OLE color: 4853918.
HSL color Cylindrical-coordinate representation of color #9E104A: hue angle of 335.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E104A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 74 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.38 |
| HSL | 335.49º | 0.82% | 0.34% | - |
| HSV(B) | 335.49º | 0.9% | 0.62% | - |
| XYZ | 15.52 | 8.13 | 7.23 | - |
| YUV | 65.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 74 | 0 | 0.90 | 0.53 | 0.38 | 335.49 | 0.82 | 0.34 |
| Hex | 9E | 10 | 4A | 0 | 5A | 35 | 26 | 14F | 52 | 22 |
| Octal | 236 | 20 | 112 | 0 | 132 | 65 | 46 | 517 | 122 | 42 |
| Binary | 10011110 | 10000 | 1001010 | 0 | 1011010 | 110101 | 100110 | 101001111 | 1010010 | 100010 |
Color Harmonies of #9E104A
Complementary color
Monochromatic Colors of #9E104A
Black with #9E104A
Text Example
Text Example
White with #9E104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E104A; }
p { color: rgb(158,16,74); }
H1.HeaderClassName
{
color: #9E104A;
}
.AnyTagClassName
{
color: #9E104A;
}
</style>
background-color css
<style>
a { background-color: #9E104A; }
a { background-color: rgb(158,16,74); }
div.DivClassName
{
background-color: #9E104A;
}
.BgClassName
{
background-color: #9E104A;
}
</style>
border-color css
<style>
span { border-color: #9E104A; }
span { border-color: rgb(158,16,74); }
td.TdClassName
{
border-color: #9E104A;
}
.TagClassName
{
border-color: #9E104A;
}
</style>