Shades of Jazzberry Jam #9E014C
Tints of Jazzberry Jam #9E014C
RGB
CMYK
RGB Variations
Color information
#9E014C (or 0x9E014C) is known color: Jazzberry Jam. HEX triplet: 9E, 01 and 4C. RGB value is (158,1,76). Sum of RGB (Red+Green+Blue) = 158+1+76=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E014C is #61FEB3. Grayscale: #383838. Windows color (decimal): -6422196 or 4981150. OLE color: 4981150.
HSL color Cylindrical-coordinate representation of color #9E014C: hue angle of 331.34º 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 #9E014C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.38 |
| HSL | 331.34º | 0.99% | 0.31% | - |
| HSV(B) | 331.34º | 0.99% | 0.62% | - |
| XYZ | 15.42 | 7.81 | 7.53 | - |
| YUV | 56.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 76 | 0 | 0.99 | 0.52 | 0.38 | 331.34 | 0.99 | 0.31 |
| Hex | 9E | 1 | 4C | 0 | 63 | 34 | 26 | 14B | 63 | 1F |
| Octal | 236 | 1 | 114 | 0 | 143 | 64 | 46 | 513 | 143 | 37 |
| Binary | 10011110 | 1 | 1001100 | 0 | 1100011 | 110100 | 100110 | 101001011 | 1100011 | 11111 |
Color Harmonies of #9E014C
Complementary color
Monochromatic Colors of #9E014C
Black with #9E014C
Text Example
Text Example
White with #9E014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E014C; }
p { color: rgb(158,1,76); }
H1.HeaderClassName
{
color: #9E014C;
}
.AnyTagClassName
{
color: #9E014C;
}
</style>
background-color css
<style>
a { background-color: #9E014C; }
a { background-color: rgb(158,1,76); }
div.DivClassName
{
background-color: #9E014C;
}
.BgClassName
{
background-color: #9E014C;
}
</style>
border-color css
<style>
span { border-color: #9E014C; }
span { border-color: rgb(158,1,76); }
td.TdClassName
{
border-color: #9E014C;
}
.TagClassName
{
border-color: #9E014C;
}
</style>