Shades of Jazzberry Jam #9A0E4C
Tints of Jazzberry Jam #9A0E4C
RGB
CMYK
RGB Variations
Color information
#9A0E4C (or 0x9A0E4C) is known color: Jazzberry Jam. HEX triplet: 9A, 0E and 4C. RGB value is (154,14,76). Sum of RGB (Red+Green+Blue) = 154+14+76=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0E4C is #65F1B3. Grayscale: #3E3E3E. Windows color (decimal): -6681012 or 4984474. OLE color: 4984474.
HSL color Cylindrical-coordinate representation of color #9A0E4C: hue angle of 333.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E4C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 14 | 76 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.40 |
| HSL | 333.43º | 0.83% | 0.33% | - |
| HSV(B) | 333.43º | 0.91% | 0.6% | - |
| XYZ | 14.79 | 7.71 | 7.55 | - |
| YUV | 62.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 76 | 0 | 0.91 | 0.51 | 0.40 | 333.43 | 0.83 | 0.33 |
| Hex | 9A | E | 4C | 0 | 5B | 33 | 28 | 14D | 53 | 21 |
| Octal | 232 | 16 | 114 | 0 | 133 | 63 | 50 | 515 | 123 | 41 |
| Binary | 10011010 | 1110 | 1001100 | 0 | 1011011 | 110011 | 101000 | 101001101 | 1010011 | 100001 |
Color Harmonies of #9A0E4C
Complementary color
Monochromatic Colors of #9A0E4C
Black with #9A0E4C
Text Example
Text Example
White with #9A0E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0E4C; }
p { color: rgb(154,14,76); }
H1.HeaderClassName
{
color: #9A0E4C;
}
.AnyTagClassName
{
color: #9A0E4C;
}
</style>
background-color css
<style>
a { background-color: #9A0E4C; }
a { background-color: rgb(154,14,76); }
div.DivClassName
{
background-color: #9A0E4C;
}
.BgClassName
{
background-color: #9A0E4C;
}
</style>
border-color css
<style>
span { border-color: #9A0E4C; }
span { border-color: rgb(154,14,76); }
td.TdClassName
{
border-color: #9A0E4C;
}
.TagClassName
{
border-color: #9A0E4C;
}
</style>