Shades of Jazzberry Jam #9E085E
Tints of Jazzberry Jam #9E085E
RGB
CMYK
RGB Variations
Color information
#9E085E (or 0x9E085E) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 5E. RGB value is (158,8,94). Sum of RGB (Red+Green+Blue) = 158+8+94=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E085E is #61F7A1. Grayscale: #3E3E3E. Windows color (decimal): -6420386 or 6162590. OLE color: 6162590.
HSL color Cylindrical-coordinate representation of color #9E085E: hue angle of 325.6º 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 #9E085E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 94 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.38 |
| HSL | 325.6º | 0.9% | 0.33% | - |
| HSV(B) | 325.6º | 0.95% | 0.62% | - |
| XYZ | 16.21 | 8.25 | 11.33 | - |
| YUV | 62.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 94 | 0 | 0.95 | 0.41 | 0.38 | 325.6 | 0.9 | 0.33 |
| Hex | 9E | 8 | 5E | 0 | 5F | 29 | 26 | 146 | 5A | 21 |
| Octal | 236 | 10 | 136 | 0 | 137 | 51 | 46 | 506 | 132 | 41 |
| Binary | 10011110 | 1000 | 1011110 | 0 | 1011111 | 101001 | 100110 | 101000110 | 1011010 | 100001 |
Color Harmonies of #9E085E
Complementary color
Monochromatic Colors of #9E085E
Black with #9E085E
Text Example
Text Example
White with #9E085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E085E; }
p { color: rgb(158,8,94); }
H1.HeaderClassName
{
color: #9E085E;
}
.AnyTagClassName
{
color: #9E085E;
}
</style>
background-color css
<style>
a { background-color: #9E085E; }
a { background-color: rgb(158,8,94); }
div.DivClassName
{
background-color: #9E085E;
}
.BgClassName
{
background-color: #9E085E;
}
</style>
border-color css
<style>
span { border-color: #9E085E; }
span { border-color: rgb(158,8,94); }
td.TdClassName
{
border-color: #9E085E;
}
.TagClassName
{
border-color: #9E085E;
}
</style>