Shades of Jazzberry Jam #9E185A
Tints of Jazzberry Jam #9E185A
RGB
CMYK
RGB Variations
Color information
#9E185A (or 0x9E185A) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 5A. RGB value is (158,24,90). Sum of RGB (Red+Green+Blue) = 158+24+90=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E185A is #61E7A5. Grayscale: #474747. Windows color (decimal): -6416294 or 5904542. OLE color: 5904542.
HSL color Cylindrical-coordinate representation of color #9E185A: hue angle of 330.45º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E185A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 90 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.38 |
| HSL | 330.45º | 0.74% | 0.36% | - |
| HSV(B) | 330.45º | 0.85% | 0.62% | - |
| XYZ | 16.27 | 8.66 | 10.49 | - |
| YUV | 71.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 90 | 0 | 0.85 | 0.43 | 0.38 | 330.45 | 0.74 | 0.36 |
| Hex | 9E | 18 | 5A | 0 | 55 | 2B | 26 | 14A | 4A | 24 |
| Octal | 236 | 30 | 132 | 0 | 125 | 53 | 46 | 512 | 112 | 44 |
| Binary | 10011110 | 11000 | 1011010 | 0 | 1010101 | 101011 | 100110 | 101001010 | 1001010 | 100100 |
Color Harmonies of #9E185A
Complementary color
Monochromatic Colors of #9E185A
Black with #9E185A
Text Example
Text Example
White with #9E185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E185A; }
p { color: rgb(158,24,90); }
H1.HeaderClassName
{
color: #9E185A;
}
.AnyTagClassName
{
color: #9E185A;
}
</style>
background-color css
<style>
a { background-color: #9E185A; }
a { background-color: rgb(158,24,90); }
div.DivClassName
{
background-color: #9E185A;
}
.BgClassName
{
background-color: #9E185A;
}
</style>
border-color css
<style>
span { border-color: #9E185A; }
span { border-color: rgb(158,24,90); }
td.TdClassName
{
border-color: #9E185A;
}
.TagClassName
{
border-color: #9E185A;
}
</style>