Shades of Jazzberry Jam #9C115A
Tints of Jazzberry Jam #9C115A
RGB
CMYK
RGB Variations
Color information
#9C115A (or 0x9C115A) is known color: Jazzberry Jam. HEX triplet: 9C, 11 and 5A. RGB value is (156,17,90). Sum of RGB (Red+Green+Blue) = 156+17+90=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C115A is #63EEA5. Grayscale: #424242. Windows color (decimal): -6549158 or 5902748. OLE color: 5902748.
HSL color Cylindrical-coordinate representation of color #9C115A: hue angle of 328.49º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C115A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 90 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.39 |
| HSL | 328.49º | 0.8% | 0.34% | - |
| HSV(B) | 328.49º | 0.89% | 0.61% | - |
| XYZ | 15.76 | 8.21 | 10.43 | - |
| YUV | 66.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 90 | 0 | 0.89 | 0.42 | 0.39 | 328.49 | 0.8 | 0.34 |
| Hex | 9C | 11 | 5A | 0 | 59 | 2A | 27 | 148 | 50 | 22 |
| Octal | 234 | 21 | 132 | 0 | 131 | 52 | 47 | 510 | 120 | 42 |
| Binary | 10011100 | 10001 | 1011010 | 0 | 1011001 | 101010 | 100111 | 101001000 | 1010000 | 100010 |
Color Harmonies of #9C115A
Complementary color
Monochromatic Colors of #9C115A
Black with #9C115A
Text Example
Text Example
White with #9C115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C115A; }
p { color: rgb(156,17,90); }
H1.HeaderClassName
{
color: #9C115A;
}
.AnyTagClassName
{
color: #9C115A;
}
</style>
background-color css
<style>
a { background-color: #9C115A; }
a { background-color: rgb(156,17,90); }
div.DivClassName
{
background-color: #9C115A;
}
.BgClassName
{
background-color: #9C115A;
}
</style>
border-color css
<style>
span { border-color: #9C115A; }
span { border-color: rgb(156,17,90); }
td.TdClassName
{
border-color: #9C115A;
}
.TagClassName
{
border-color: #9C115A;
}
</style>