Shades of Jazzberry Jam #9A115A
Tints of Jazzberry Jam #9A115A
RGB
CMYK
RGB Variations
Color information
#9A115A (or 0x9A115A) is known color: Jazzberry Jam. HEX triplet: 9A, 11 and 5A. RGB value is (154,17,90). Sum of RGB (Red+Green+Blue) = 154+17+90=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A115A is #65EEA5. Grayscale: #424242. Windows color (decimal): -6680230 or 5902746. OLE color: 5902746.
HSL color Cylindrical-coordinate representation of color #9A115A: hue angle of 328.03º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A115A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 90 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.40 |
| HSL | 328.03º | 0.8% | 0.34% | - |
| HSV(B) | 328.03º | 0.89% | 0.6% | - |
| XYZ | 15.37 | 8.01 | 10.41 | - |
| YUV | 66.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 90 | 0 | 0.89 | 0.42 | 0.40 | 328.03 | 0.8 | 0.34 |
| Hex | 9A | 11 | 5A | 0 | 59 | 2A | 28 | 148 | 50 | 22 |
| Octal | 232 | 21 | 132 | 0 | 131 | 52 | 50 | 510 | 120 | 42 |
| Binary | 10011010 | 10001 | 1011010 | 0 | 1011001 | 101010 | 101000 | 101001000 | 1010000 | 100010 |
Color Harmonies of #9A115A
Complementary color
Monochromatic Colors of #9A115A
Black with #9A115A
Text Example
Text Example
White with #9A115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A115A; }
p { color: rgb(154,17,90); }
H1.HeaderClassName
{
color: #9A115A;
}
.AnyTagClassName
{
color: #9A115A;
}
</style>
background-color css
<style>
a { background-color: #9A115A; }
a { background-color: rgb(154,17,90); }
div.DivClassName
{
background-color: #9A115A;
}
.BgClassName
{
background-color: #9A115A;
}
</style>
border-color css
<style>
span { border-color: #9A115A; }
span { border-color: rgb(154,17,90); }
td.TdClassName
{
border-color: #9A115A;
}
.TagClassName
{
border-color: #9A115A;
}
</style>