Shades of Jazzberry Jam #9A094E
Tints of Jazzberry Jam #9A094E
RGB
CMYK
RGB Variations
Color information
#9A094E (or 0x9A094E) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 4E. RGB value is (154,9,78). Sum of RGB (Red+Green+Blue) = 154+9+78=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A094E is #65F6B1. Grayscale: #3C3C3C. Windows color (decimal): -6682290 or 5114266. OLE color: 5114266.
HSL color Cylindrical-coordinate representation of color #9A094E: hue angle of 331.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A094E is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 78 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.40 |
| HSL | 331.45º | 0.89% | 0.32% | - |
| HSV(B) | 331.45º | 0.94% | 0.6% | - |
| XYZ | 14.8 | 7.62 | 7.9 | - |
| YUV | 60.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 78 | 0 | 0.94 | 0.49 | 0.40 | 331.45 | 0.89 | 0.32 |
| Hex | 9A | 9 | 4E | 0 | 5E | 31 | 28 | 14B | 59 | 20 |
| Octal | 232 | 11 | 116 | 0 | 136 | 61 | 50 | 513 | 131 | 40 |
| Binary | 10011010 | 1001 | 1001110 | 0 | 1011110 | 110001 | 101000 | 101001011 | 1011001 | 100000 |
Color Harmonies of #9A094E
Complementary color
Monochromatic Colors of #9A094E
Black with #9A094E
Text Example
Text Example
White with #9A094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A094E; }
p { color: rgb(154,9,78); }
H1.HeaderClassName
{
color: #9A094E;
}
.AnyTagClassName
{
color: #9A094E;
}
</style>
background-color css
<style>
a { background-color: #9A094E; }
a { background-color: rgb(154,9,78); }
div.DivClassName
{
background-color: #9A094E;
}
.BgClassName
{
background-color: #9A094E;
}
</style>
border-color css
<style>
span { border-color: #9A094E; }
span { border-color: rgb(154,9,78); }
td.TdClassName
{
border-color: #9A094E;
}
.TagClassName
{
border-color: #9A094E;
}
</style>