Shades of Jazzberry Jam #9E104F
Tints of Jazzberry Jam #9E104F
RGB
CMYK
RGB Variations
Color information
#9E104F (or 0x9E104F) is known color: Jazzberry Jam. HEX triplet: 9E, 10 and 4F. RGB value is (158,16,79). Sum of RGB (Red+Green+Blue) = 158+16+79=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E104F is #61EFB0. Grayscale: #414141. Windows color (decimal): -6418353 or 5181598. OLE color: 5181598.
HSL color Cylindrical-coordinate representation of color #9E104F: hue angle of 333.38º 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 #9E104F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 79 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.38 |
| HSL | 333.38º | 0.82% | 0.34% | - |
| HSV(B) | 333.38º | 0.9% | 0.62% | - |
| XYZ | 15.7 | 8.2 | 8.15 | - |
| YUV | 65.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 79 | 0 | 0.90 | 0.50 | 0.38 | 333.38 | 0.82 | 0.34 |
| Hex | 9E | 10 | 4F | 0 | 5A | 32 | 26 | 14D | 52 | 22 |
| Octal | 236 | 20 | 117 | 0 | 132 | 62 | 46 | 515 | 122 | 42 |
| Binary | 10011110 | 10000 | 1001111 | 0 | 1011010 | 110010 | 100110 | 101001101 | 1010010 | 100010 |
Color Harmonies of #9E104F
Complementary color
Monochromatic Colors of #9E104F
Black with #9E104F
Text Example
Text Example
White with #9E104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E104F; }
p { color: rgb(158,16,79); }
H1.HeaderClassName
{
color: #9E104F;
}
.AnyTagClassName
{
color: #9E104F;
}
</style>
background-color css
<style>
a { background-color: #9E104F; }
a { background-color: rgb(158,16,79); }
div.DivClassName
{
background-color: #9E104F;
}
.BgClassName
{
background-color: #9E104F;
}
</style>
border-color css
<style>
span { border-color: #9E104F; }
span { border-color: rgb(158,16,79); }
td.TdClassName
{
border-color: #9E104F;
}
.TagClassName
{
border-color: #9E104F;
}
</style>