Shades of Jazzberry Jam #9E1B6F
Tints of Jazzberry Jam #9E1B6F
RGB
CMYK
RGB Variations
Color information
#9E1B6F (or 0x9E1B6F) is known color: Jazzberry Jam. HEX triplet: 9E, 1B and 6F. RGB value is (158,27,111). Sum of RGB (Red+Green+Blue) = 158+27+111=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1B6F is #61E490. Grayscale: #4B4B4B. Windows color (decimal): -6415505 or 7281566. OLE color: 7281566.
HSL color Cylindrical-coordinate representation of color #9E1B6F: hue angle of 321.53º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E1B6F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 27 | 111 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.38 |
| HSL | 321.53º | 0.71% | 0.36% | - |
| HSV(B) | 321.53º | 0.83% | 0.62% | - |
| XYZ | 17.36 | 9.2 | 15.9 | - |
| YUV | 75.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 111 | 0 | 0.83 | 0.30 | 0.38 | 321.53 | 0.71 | 0.36 |
| Hex | 9E | 1B | 6F | 0 | 53 | 1E | 26 | 142 | 47 | 24 |
| Octal | 236 | 33 | 157 | 0 | 123 | 36 | 46 | 502 | 107 | 44 |
| Binary | 10011110 | 11011 | 1101111 | 0 | 1010011 | 11110 | 100110 | 101000010 | 1000111 | 100100 |
Color Harmonies of #9E1B6F
Complementary color
Monochromatic Colors of #9E1B6F
Black with #9E1B6F
Text Example
Text Example
White with #9E1B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1B6F; }
p { color: rgb(158,27,111); }
H1.HeaderClassName
{
color: #9E1B6F;
}
.AnyTagClassName
{
color: #9E1B6F;
}
</style>
background-color css
<style>
a { background-color: #9E1B6F; }
a { background-color: rgb(158,27,111); }
div.DivClassName
{
background-color: #9E1B6F;
}
.BgClassName
{
background-color: #9E1B6F;
}
</style>
border-color css
<style>
span { border-color: #9E1B6F; }
span { border-color: rgb(158,27,111); }
td.TdClassName
{
border-color: #9E1B6F;
}
.TagClassName
{
border-color: #9E1B6F;
}
</style>