Shades of Jazzberry Jam #9A044A
Tints of Jazzberry Jam #9A044A
RGB
CMYK
RGB Variations
Color information
#9A044A (or 0x9A044A) is known color: Jazzberry Jam. HEX triplet: 9A, 04 and 4A. RGB value is (154,4,74). Sum of RGB (Red+Green+Blue) = 154+4+74=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A044A is #65FBB5. Grayscale: #383838. Windows color (decimal): -6683574 or 4850842. OLE color: 4850842.
HSL color Cylindrical-coordinate representation of color #9A044A: hue angle of 332º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A044A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 74 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.40 |
| HSL | 332º | 0.95% | 0.31% | - |
| HSV(B) | 332º | 0.97% | 0.6% | - |
| XYZ | 14.61 | 7.45 | 7.15 | - |
| YUV | 56.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 74 | 0 | 0.97 | 0.52 | 0.40 | 332 | 0.95 | 0.31 |
| Hex | 9A | 4 | 4A | 0 | 61 | 34 | 28 | 14C | 5F | 1F |
| Octal | 232 | 4 | 112 | 0 | 141 | 64 | 50 | 514 | 137 | 37 |
| Binary | 10011010 | 100 | 1001010 | 0 | 1100001 | 110100 | 101000 | 101001100 | 1011111 | 11111 |
Color Harmonies of #9A044A
Complementary color
Monochromatic Colors of #9A044A
Black with #9A044A
Text Example
Text Example
White with #9A044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A044A; }
p { color: rgb(154,4,74); }
H1.HeaderClassName
{
color: #9A044A;
}
.AnyTagClassName
{
color: #9A044A;
}
</style>
background-color css
<style>
a { background-color: #9A044A; }
a { background-color: rgb(154,4,74); }
div.DivClassName
{
background-color: #9A044A;
}
.BgClassName
{
background-color: #9A044A;
}
</style>
border-color css
<style>
span { border-color: #9A044A; }
span { border-color: rgb(154,4,74); }
td.TdClassName
{
border-color: #9A044A;
}
.TagClassName
{
border-color: #9A044A;
}
</style>