Shades of Jazzberry Jam #9E003F
Tints of Jazzberry Jam #9E003F
RGB
CMYK
RGB Variations
Color information
#9E003F (or 0x9E003F) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 3F. RGB value is (158,0,63). Sum of RGB (Red+Green+Blue) = 158+0+63=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E003F is #61FFC0. Grayscale: #363636. Windows color (decimal): -6422465 or 4128926. OLE color: 4128926.
HSL color Cylindrical-coordinate representation of color #9E003F: hue angle of 336.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E003F is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.60 | 0.38 |
| HSL | 336.08º | 1% | 0.31% | - |
| HSV(B) | 336.08º | 1% | 0.62% | - |
| XYZ | 15 | 7.63 | 5.38 | - |
| YUV | 54.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 63 | 0 | 1 | 0.60 | 0.38 | 336.08 | 1 | 0.31 |
| Hex | 9E | 0 | 3F | 0 | 64 | 3C | 26 | 150 | 64 | 1F |
| Octal | 236 | 0 | 77 | 0 | 144 | 74 | 46 | 520 | 144 | 37 |
| Binary | 10011110 | 0 | 111111 | 0 | 1100100 | 111100 | 100110 | 101010000 | 1100100 | 11111 |
Color Harmonies of #9E003F
Complementary color
Monochromatic Colors of #9E003F
Black with #9E003F
Text Example
Text Example
White with #9E003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E003F; }
p { color: rgb(158,0,63); }
H1.HeaderClassName
{
color: #9E003F;
}
.AnyTagClassName
{
color: #9E003F;
}
</style>
background-color css
<style>
a { background-color: #9E003F; }
a { background-color: rgb(158,0,63); }
div.DivClassName
{
background-color: #9E003F;
}
.BgClassName
{
background-color: #9E003F;
}
</style>
border-color css
<style>
span { border-color: #9E003F; }
span { border-color: rgb(158,0,63); }
td.TdClassName
{
border-color: #9E003F;
}
.TagClassName
{
border-color: #9E003F;
}
</style>