Shades of Jazzberry Jam #9E0258
Tints of Jazzberry Jam #9E0258
RGB
CMYK
RGB Variations
Color information
#9E0258 (or 0x9E0258) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 58. RGB value is (158,2,88). Sum of RGB (Red+Green+Blue) = 158+2+88=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0258 is #61FDA7. Grayscale: #3A3A3A. Windows color (decimal): -6421928 or 5767838. OLE color: 5767838.
HSL color Cylindrical-coordinate representation of color #9E0258: hue angle of 326.92º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0258 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.38 |
| HSL | 326.92º | 0.98% | 0.31% | - |
| HSV(B) | 326.92º | 0.99% | 0.62% | - |
| XYZ | 15.88 | 8.02 | 9.94 | - |
| YUV | 58.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 88 | 0 | 0.99 | 0.44 | 0.38 | 326.92 | 0.98 | 0.31 |
| Hex | 9E | 2 | 58 | 0 | 63 | 2C | 26 | 147 | 62 | 1F |
| Octal | 236 | 2 | 130 | 0 | 143 | 54 | 46 | 507 | 142 | 37 |
| Binary | 10011110 | 10 | 1011000 | 0 | 1100011 | 101100 | 100110 | 101000111 | 1100010 | 11111 |
Color Harmonies of #9E0258
Complementary color
Monochromatic Colors of #9E0258
Black with #9E0258
Text Example
Text Example
White with #9E0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0258; }
p { color: rgb(158,2,88); }
H1.HeaderClassName
{
color: #9E0258;
}
.AnyTagClassName
{
color: #9E0258;
}
</style>
background-color css
<style>
a { background-color: #9E0258; }
a { background-color: rgb(158,2,88); }
div.DivClassName
{
background-color: #9E0258;
}
.BgClassName
{
background-color: #9E0258;
}
</style>
border-color css
<style>
span { border-color: #9E0258; }
span { border-color: rgb(158,2,88); }
td.TdClassName
{
border-color: #9E0258;
}
.TagClassName
{
border-color: #9E0258;
}
</style>