Shades of Jazzberry Jam #9E083C
Tints of Jazzberry Jam #9E083C
RGB
CMYK
RGB Variations
Color information
#9E083C (or 0x9E083C) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 3C. RGB value is (158,8,60). Sum of RGB (Red+Green+Blue) = 158+8+60=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E083C is #61F7C3. Grayscale: #3A3A3A. Windows color (decimal): -6420420 or 3934366. OLE color: 3934366.
HSL color Cylindrical-coordinate representation of color #9E083C: hue angle of 339.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E083C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 60 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.38 |
| HSL | 339.2º | 0.9% | 0.33% | - |
| HSV(B) | 339.2º | 0.95% | 0.62% | - |
| XYZ | 15 | 7.77 | 4.98 | - |
| YUV | 58.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 60 | 0 | 0.95 | 0.62 | 0.38 | 339.2 | 0.9 | 0.33 |
| Hex | 9E | 8 | 3C | 0 | 5F | 3E | 26 | 153 | 5A | 21 |
| Octal | 236 | 10 | 74 | 0 | 137 | 76 | 46 | 523 | 132 | 41 |
| Binary | 10011110 | 1000 | 111100 | 0 | 1011111 | 111110 | 100110 | 101010011 | 1011010 | 100001 |
Color Harmonies of #9E083C
Complementary color
Monochromatic Colors of #9E083C
Black with #9E083C
Text Example
Text Example
White with #9E083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E083C; }
p { color: rgb(158,8,60); }
H1.HeaderClassName
{
color: #9E083C;
}
.AnyTagClassName
{
color: #9E083C;
}
</style>
background-color css
<style>
a { background-color: #9E083C; }
a { background-color: rgb(158,8,60); }
div.DivClassName
{
background-color: #9E083C;
}
.BgClassName
{
background-color: #9E083C;
}
</style>
border-color css
<style>
span { border-color: #9E083C; }
span { border-color: rgb(158,8,60); }
td.TdClassName
{
border-color: #9E083C;
}
.TagClassName
{
border-color: #9E083C;
}
</style>