Shades of Jazzberry Jam #9E024B
Tints of Jazzberry Jam #9E024B
RGB
CMYK
RGB Variations
Color information
#9E024B (or 0x9E024B) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 4B. RGB value is (158,2,75). Sum of RGB (Red+Green+Blue) = 158+2+75=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E024B is #61FDB4. Grayscale: #383838. Windows color (decimal): -6421941 or 4915870. OLE color: 4915870.
HSL color Cylindrical-coordinate representation of color #9E024B: hue angle of 331.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 #9E024B is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.38 |
| HSL | 331.92º | 0.98% | 0.31% | - |
| HSV(B) | 331.92º | 0.99% | 0.62% | - |
| XYZ | 15.39 | 7.82 | 7.35 | - |
| YUV | 56.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 75 | 0 | 0.99 | 0.53 | 0.38 | 331.92 | 0.98 | 0.31 |
| Hex | 9E | 2 | 4B | 0 | 63 | 35 | 26 | 14C | 62 | 1F |
| Octal | 236 | 2 | 113 | 0 | 143 | 65 | 46 | 514 | 142 | 37 |
| Binary | 10011110 | 10 | 1001011 | 0 | 1100011 | 110101 | 100110 | 101001100 | 1100010 | 11111 |
Color Harmonies of #9E024B
Complementary color
Monochromatic Colors of #9E024B
Black with #9E024B
Text Example
Text Example
White with #9E024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E024B; }
p { color: rgb(158,2,75); }
H1.HeaderClassName
{
color: #9E024B;
}
.AnyTagClassName
{
color: #9E024B;
}
</style>
background-color css
<style>
a { background-color: #9E024B; }
a { background-color: rgb(158,2,75); }
div.DivClassName
{
background-color: #9E024B;
}
.BgClassName
{
background-color: #9E024B;
}
</style>
border-color css
<style>
span { border-color: #9E024B; }
span { border-color: rgb(158,2,75); }
td.TdClassName
{
border-color: #9E024B;
}
.TagClassName
{
border-color: #9E024B;
}
</style>