Shades of Jazzberry Jam #9A155B
Tints of Jazzberry Jam #9A155B
RGB
CMYK
RGB Variations
Color information
#9A155B (or 0x9A155B) is known color: Jazzberry Jam. HEX triplet: 9A, 15 and 5B. RGB value is (154,21,91). Sum of RGB (Red+Green+Blue) = 154+21+91=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A155B is #65EAA4. Grayscale: #444444. Windows color (decimal): -6679205 or 5969306. OLE color: 5969306.
HSL color Cylindrical-coordinate representation of color #9A155B: hue angle of 328.42º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A155B is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 91 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.40 |
| HSL | 328.42º | 0.76% | 0.34% | - |
| HSV(B) | 328.42º | 0.86% | 0.6% | - |
| XYZ | 15.48 | 8.16 | 10.66 | - |
| YUV | 68.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 91 | 0 | 0.86 | 0.41 | 0.40 | 328.42 | 0.76 | 0.34 |
| Hex | 9A | 15 | 5B | 0 | 56 | 29 | 28 | 148 | 4C | 22 |
| Octal | 232 | 25 | 133 | 0 | 126 | 51 | 50 | 510 | 114 | 42 |
| Binary | 10011010 | 10101 | 1011011 | 0 | 1010110 | 101001 | 101000 | 101001000 | 1001100 | 100010 |
Color Harmonies of #9A155B
Complementary color
Monochromatic Colors of #9A155B
Black with #9A155B
Text Example
Text Example
White with #9A155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A155B; }
p { color: rgb(154,21,91); }
H1.HeaderClassName
{
color: #9A155B;
}
.AnyTagClassName
{
color: #9A155B;
}
</style>
background-color css
<style>
a { background-color: #9A155B; }
a { background-color: rgb(154,21,91); }
div.DivClassName
{
background-color: #9A155B;
}
.BgClassName
{
background-color: #9A155B;
}
</style>
border-color css
<style>
span { border-color: #9A155B; }
span { border-color: rgb(154,21,91); }
td.TdClassName
{
border-color: #9A155B;
}
.TagClassName
{
border-color: #9A155B;
}
</style>