Shades of Jazzberry Jam #9A0C4A
Tints of Jazzberry Jam #9A0C4A
RGB
CMYK
RGB Variations
Color information
#9A0C4A (or 0x9A0C4A) is known color: Jazzberry Jam. HEX triplet: 9A, 0C and 4A. RGB value is (154,12,74). Sum of RGB (Red+Green+Blue) = 154+12+74=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C4A is #65F3B5. Grayscale: #3D3D3D. Windows color (decimal): -6681526 or 4852890. OLE color: 4852890.
HSL color Cylindrical-coordinate representation of color #9A0C4A: hue angle of 333.8º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C4A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 74 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.40 |
| HSL | 333.8º | 0.86% | 0.33% | - |
| HSV(B) | 333.8º | 0.92% | 0.6% | - |
| XYZ | 14.69 | 7.63 | 7.18 | - |
| YUV | 61.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 74 | 0 | 0.92 | 0.52 | 0.40 | 333.8 | 0.86 | 0.33 |
| Hex | 9A | C | 4A | 0 | 5C | 34 | 28 | 14E | 56 | 21 |
| Octal | 232 | 14 | 112 | 0 | 134 | 64 | 50 | 516 | 126 | 41 |
| Binary | 10011010 | 1100 | 1001010 | 0 | 1011100 | 110100 | 101000 | 101001110 | 1010110 | 100001 |
Color Harmonies of #9A0C4A
Complementary color
Monochromatic Colors of #9A0C4A
Black with #9A0C4A
Text Example
Text Example
White with #9A0C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C4A; }
p { color: rgb(154,12,74); }
H1.HeaderClassName
{
color: #9A0C4A;
}
.AnyTagClassName
{
color: #9A0C4A;
}
</style>
background-color css
<style>
a { background-color: #9A0C4A; }
a { background-color: rgb(154,12,74); }
div.DivClassName
{
background-color: #9A0C4A;
}
.BgClassName
{
background-color: #9A0C4A;
}
</style>
border-color css
<style>
span { border-color: #9A0C4A; }
span { border-color: rgb(154,12,74); }
td.TdClassName
{
border-color: #9A0C4A;
}
.TagClassName
{
border-color: #9A0C4A;
}
</style>