Shades of Jazzberry Jam #9A0C47
Tints of Jazzberry Jam #9A0C47
RGB
CMYK
RGB Variations
Color information
#9A0C47 (or 0x9A0C47) is known color: Jazzberry Jam. HEX triplet: 9A, 0C and 47. RGB value is (154,12,71). Sum of RGB (Red+Green+Blue) = 154+12+71=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C47 is #65F3B8. Grayscale: #3D3D3D. Windows color (decimal): -6681529 or 4656282. OLE color: 4656282.
HSL color Cylindrical-coordinate representation of color #9A0C47: hue angle of 335.07º 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 #9A0C47 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 71 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.40 |
| HSL | 335.07º | 0.86% | 0.33% | - |
| HSV(B) | 335.07º | 0.92% | 0.6% | - |
| XYZ | 14.6 | 7.59 | 6.66 | - |
| YUV | 61.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 71 | 0 | 0.92 | 0.54 | 0.40 | 335.07 | 0.86 | 0.33 |
| Hex | 9A | C | 47 | 0 | 5C | 36 | 28 | 14F | 56 | 21 |
| Octal | 232 | 14 | 107 | 0 | 134 | 66 | 50 | 517 | 126 | 41 |
| Binary | 10011010 | 1100 | 1000111 | 0 | 1011100 | 110110 | 101000 | 101001111 | 1010110 | 100001 |
Color Harmonies of #9A0C47
Complementary color
Monochromatic Colors of #9A0C47
Black with #9A0C47
Text Example
Text Example
White with #9A0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C47; }
p { color: rgb(154,12,71); }
H1.HeaderClassName
{
color: #9A0C47;
}
.AnyTagClassName
{
color: #9A0C47;
}
</style>
background-color css
<style>
a { background-color: #9A0C47; }
a { background-color: rgb(154,12,71); }
div.DivClassName
{
background-color: #9A0C47;
}
.BgClassName
{
background-color: #9A0C47;
}
</style>
border-color css
<style>
span { border-color: #9A0C47; }
span { border-color: rgb(154,12,71); }
td.TdClassName
{
border-color: #9A0C47;
}
.TagClassName
{
border-color: #9A0C47;
}
</style>