Shades of Jazzberry Jam #9E1D61
Tints of Jazzberry Jam #9E1D61
RGB
CMYK
RGB Variations
Color information
#9E1D61 (or 0x9E1D61) is known color: Jazzberry Jam. HEX triplet: 9E, 1D and 61. RGB value is (158,29,97). Sum of RGB (Red+Green+Blue) = 158+29+97=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D61 is #61E29E. Grayscale: #4B4B4B. Windows color (decimal): -6415007 or 6364574. OLE color: 6364574.
HSL color Cylindrical-coordinate representation of color #9E1D61: hue angle of 328.37º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D61 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 97 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.38 |
| HSL | 328.37º | 0.69% | 0.37% | - |
| HSV(B) | 328.37º | 0.82% | 0.62% | - |
| XYZ | 16.7 | 9.01 | 12.17 | - |
| YUV | 75.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 97 | 0 | 0.82 | 0.39 | 0.38 | 328.37 | 0.69 | 0.37 |
| Hex | 9E | 1D | 61 | 0 | 52 | 27 | 26 | 148 | 45 | 25 |
| Octal | 236 | 35 | 141 | 0 | 122 | 47 | 46 | 510 | 105 | 45 |
| Binary | 10011110 | 11101 | 1100001 | 0 | 1010010 | 100111 | 100110 | 101001000 | 1000101 | 100101 |
Color Harmonies of #9E1D61
Complementary color
Monochromatic Colors of #9E1D61
Black with #9E1D61
Text Example
Text Example
White with #9E1D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D61; }
p { color: rgb(158,29,97); }
H1.HeaderClassName
{
color: #9E1D61;
}
.AnyTagClassName
{
color: #9E1D61;
}
</style>
background-color css
<style>
a { background-color: #9E1D61; }
a { background-color: rgb(158,29,97); }
div.DivClassName
{
background-color: #9E1D61;
}
.BgClassName
{
background-color: #9E1D61;
}
</style>
border-color css
<style>
span { border-color: #9E1D61; }
span { border-color: rgb(158,29,97); }
td.TdClassName
{
border-color: #9E1D61;
}
.TagClassName
{
border-color: #9E1D61;
}
</style>