Shades of Jazzberry Jam #9E075C
Tints of Jazzberry Jam #9E075C
RGB
CMYK
RGB Variations
Color information
#9E075C (or 0x9E075C) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 5C. RGB value is (158,7,92). Sum of RGB (Red+Green+Blue) = 158+7+92=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E075C is #61F8A3. Grayscale: #3D3D3D. Windows color (decimal): -6420644 or 6031262. OLE color: 6031262.
HSL color Cylindrical-coordinate representation of color #9E075C: hue angle of 326.23º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E075C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.38 |
| HSL | 326.23º | 0.92% | 0.32% | - |
| HSV(B) | 326.23º | 0.96% | 0.62% | - |
| XYZ | 16.11 | 8.19 | 10.86 | - |
| YUV | 61.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 92 | 0 | 0.96 | 0.42 | 0.38 | 326.23 | 0.92 | 0.32 |
| Hex | 9E | 7 | 5C | 0 | 60 | 2A | 26 | 146 | 5C | 20 |
| Octal | 236 | 7 | 134 | 0 | 140 | 52 | 46 | 506 | 134 | 40 |
| Binary | 10011110 | 111 | 1011100 | 0 | 1100000 | 101010 | 100110 | 101000110 | 1011100 | 100000 |
Color Harmonies of #9E075C
Complementary color
Monochromatic Colors of #9E075C
Black with #9E075C
Text Example
Text Example
White with #9E075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E075C; }
p { color: rgb(158,7,92); }
H1.HeaderClassName
{
color: #9E075C;
}
.AnyTagClassName
{
color: #9E075C;
}
</style>
background-color css
<style>
a { background-color: #9E075C; }
a { background-color: rgb(158,7,92); }
div.DivClassName
{
background-color: #9E075C;
}
.BgClassName
{
background-color: #9E075C;
}
</style>
border-color css
<style>
span { border-color: #9E075C; }
span { border-color: rgb(158,7,92); }
td.TdClassName
{
border-color: #9E075C;
}
.TagClassName
{
border-color: #9E075C;
}
</style>