Shades of Jazzberry Jam #9A115D
Tints of Jazzberry Jam #9A115D
RGB
CMYK
RGB Variations
Color information
#9A115D (or 0x9A115D) is known color: Jazzberry Jam. HEX triplet: 9A, 11 and 5D. RGB value is (154,17,93). Sum of RGB (Red+Green+Blue) = 154+17+93=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A115D is #65EEA2. Grayscale: #424242. Windows color (decimal): -6680227 or 6099354. OLE color: 6099354.
HSL color Cylindrical-coordinate representation of color #9A115D: hue angle of 326.72º 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 #9A115D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.40 |
| HSL | 326.72º | 0.8% | 0.34% | - |
| HSV(B) | 326.72º | 0.89% | 0.6% | - |
| XYZ | 15.5 | 8.06 | 11.09 | - |
| YUV | 66.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 93 | 0 | 0.89 | 0.40 | 0.40 | 326.72 | 0.8 | 0.34 |
| Hex | 9A | 11 | 5D | 0 | 59 | 28 | 28 | 147 | 50 | 22 |
| Octal | 232 | 21 | 135 | 0 | 131 | 50 | 50 | 507 | 120 | 42 |
| Binary | 10011010 | 10001 | 1011101 | 0 | 1011001 | 101000 | 101000 | 101000111 | 1010000 | 100010 |
Color Harmonies of #9A115D
Complementary color
Monochromatic Colors of #9A115D
Black with #9A115D
Text Example
Text Example
White with #9A115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A115D; }
p { color: rgb(154,17,93); }
H1.HeaderClassName
{
color: #9A115D;
}
.AnyTagClassName
{
color: #9A115D;
}
</style>
background-color css
<style>
a { background-color: #9A115D; }
a { background-color: rgb(154,17,93); }
div.DivClassName
{
background-color: #9A115D;
}
.BgClassName
{
background-color: #9A115D;
}
</style>
border-color css
<style>
span { border-color: #9A115D; }
span { border-color: rgb(154,17,93); }
td.TdClassName
{
border-color: #9A115D;
}
.TagClassName
{
border-color: #9A115D;
}
</style>