Shades of Jazzberry Jam #9E014A
Tints of Jazzberry Jam #9E014A
RGB
CMYK
RGB Variations
Color information
#9E014A (or 0x9E014A) is known color: Jazzberry Jam. HEX triplet: 9E, 01 and 4A. RGB value is (158,1,74). Sum of RGB (Red+Green+Blue) = 158+1+74=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E014A is #61FEB5. Grayscale: #383838. Windows color (decimal): -6422198 or 4850078. OLE color: 4850078.
HSL color Cylindrical-coordinate representation of color #9E014A: hue angle of 332.1º degrees, saturation: 0.99, 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 #9E014A is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.38 |
| HSL | 332.1º | 0.99% | 0.31% | - |
| HSV(B) | 332.1º | 0.99% | 0.62% | - |
| XYZ | 15.35 | 7.79 | 7.17 | - |
| YUV | 56.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 74 | 0 | 0.99 | 0.53 | 0.38 | 332.1 | 0.99 | 0.31 |
| Hex | 9E | 1 | 4A | 0 | 63 | 35 | 26 | 14C | 63 | 1F |
| Octal | 236 | 1 | 112 | 0 | 143 | 65 | 46 | 514 | 143 | 37 |
| Binary | 10011110 | 1 | 1001010 | 0 | 1100011 | 110101 | 100110 | 101001100 | 1100011 | 11111 |
Color Harmonies of #9E014A
Complementary color
Monochromatic Colors of #9E014A
Black with #9E014A
Text Example
Text Example
White with #9E014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E014A; }
p { color: rgb(158,1,74); }
H1.HeaderClassName
{
color: #9E014A;
}
.AnyTagClassName
{
color: #9E014A;
}
</style>
background-color css
<style>
a { background-color: #9E014A; }
a { background-color: rgb(158,1,74); }
div.DivClassName
{
background-color: #9E014A;
}
.BgClassName
{
background-color: #9E014A;
}
</style>
border-color css
<style>
span { border-color: #9E014A; }
span { border-color: rgb(158,1,74); }
td.TdClassName
{
border-color: #9E014A;
}
.TagClassName
{
border-color: #9E014A;
}
</style>