Shades of Jazzberry Jam #9A0C40
Tints of Jazzberry Jam #9A0C40
RGB
CMYK
RGB Variations
Color information
#9A0C40 (or 0x9A0C40) is known color: Jazzberry Jam. HEX triplet: 9A, 0C and 40. RGB value is (154,12,64). Sum of RGB (Red+Green+Blue) = 154+12+64=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C40 is #65F3BF. Grayscale: #3C3C3C. Windows color (decimal): -6681536 or 4197530. OLE color: 4197530.
HSL color Cylindrical-coordinate representation of color #9A0C40: hue angle of 338.03º 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 #9A0C40 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 64 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.40 |
| HSL | 338.03º | 0.86% | 0.33% | - |
| HSV(B) | 338.03º | 0.92% | 0.6% | - |
| XYZ | 14.38 | 7.5 | 5.54 | - |
| YUV | 60.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 64 | 0 | 0.92 | 0.58 | 0.40 | 338.03 | 0.86 | 0.33 |
| Hex | 9A | C | 40 | 0 | 5C | 3A | 28 | 152 | 56 | 21 |
| Octal | 232 | 14 | 100 | 0 | 134 | 72 | 50 | 522 | 126 | 41 |
| Binary | 10011010 | 1100 | 1000000 | 0 | 1011100 | 111010 | 101000 | 101010010 | 1010110 | 100001 |
Color Harmonies of #9A0C40
Complementary color
Monochromatic Colors of #9A0C40
Black with #9A0C40
Text Example
Text Example
White with #9A0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C40; }
p { color: rgb(154,12,64); }
H1.HeaderClassName
{
color: #9A0C40;
}
.AnyTagClassName
{
color: #9A0C40;
}
</style>
background-color css
<style>
a { background-color: #9A0C40; }
a { background-color: rgb(154,12,64); }
div.DivClassName
{
background-color: #9A0C40;
}
.BgClassName
{
background-color: #9A0C40;
}
</style>
border-color css
<style>
span { border-color: #9A0C40; }
span { border-color: rgb(154,12,64); }
td.TdClassName
{
border-color: #9A0C40;
}
.TagClassName
{
border-color: #9A0C40;
}
</style>