Shades of Jazzberry Jam #9E025D
Tints of Jazzberry Jam #9E025D
RGB
CMYK
RGB Variations
Color information
#9E025D (or 0x9E025D) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 5D. RGB value is (158,2,93). Sum of RGB (Red+Green+Blue) = 158+2+93=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E025D is #61FDA2. Grayscale: #3A3A3A. Windows color (decimal): -6421923 or 6095518. OLE color: 6095518.
HSL color Cylindrical-coordinate representation of color #9E025D: hue angle of 325º 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 #9E025D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.38 |
| HSL | 325º | 0.98% | 0.31% | - |
| HSV(B) | 325º | 0.99% | 0.62% | - |
| XYZ | 16.1 | 8.1 | 11.07 | - |
| YUV | 59.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 93 | 0 | 0.99 | 0.41 | 0.38 | 325 | 0.98 | 0.31 |
| Hex | 9E | 2 | 5D | 0 | 63 | 29 | 26 | 145 | 62 | 1F |
| Octal | 236 | 2 | 135 | 0 | 143 | 51 | 46 | 505 | 142 | 37 |
| Binary | 10011110 | 10 | 1011101 | 0 | 1100011 | 101001 | 100110 | 101000101 | 1100010 | 11111 |
Color Harmonies of #9E025D
Complementary color
Monochromatic Colors of #9E025D
Black with #9E025D
Text Example
Text Example
White with #9E025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E025D; }
p { color: rgb(158,2,93); }
H1.HeaderClassName
{
color: #9E025D;
}
.AnyTagClassName
{
color: #9E025D;
}
</style>
background-color css
<style>
a { background-color: #9E025D; }
a { background-color: rgb(158,2,93); }
div.DivClassName
{
background-color: #9E025D;
}
.BgClassName
{
background-color: #9E025D;
}
</style>
border-color css
<style>
span { border-color: #9E025D; }
span { border-color: rgb(158,2,93); }
td.TdClassName
{
border-color: #9E025D;
}
.TagClassName
{
border-color: #9E025D;
}
</style>