Shades of Jazzberry Jam #9C115F
Tints of Jazzberry Jam #9C115F
RGB
CMYK
RGB Variations
Color information
#9C115F (or 0x9C115F) is known color: Jazzberry Jam. HEX triplet: 9C, 11 and 5F. RGB value is (156,17,95). Sum of RGB (Red+Green+Blue) = 156+17+95=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C115F is #63EEA0. Grayscale: #434343. Windows color (decimal): -6549153 or 6230428. OLE color: 6230428.
HSL color Cylindrical-coordinate representation of color #9C115F: hue angle of 326.33º 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 #9C115F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 95 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.39 |
| HSL | 326.33º | 0.8% | 0.34% | - |
| HSV(B) | 326.33º | 0.89% | 0.61% | - |
| XYZ | 15.98 | 8.3 | 11.59 | - |
| YUV | 67.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 95 | 0 | 0.89 | 0.39 | 0.39 | 326.33 | 0.8 | 0.34 |
| Hex | 9C | 11 | 5F | 0 | 59 | 27 | 27 | 146 | 50 | 22 |
| Octal | 234 | 21 | 137 | 0 | 131 | 47 | 47 | 506 | 120 | 42 |
| Binary | 10011100 | 10001 | 1011111 | 0 | 1011001 | 100111 | 100111 | 101000110 | 1010000 | 100010 |
Color Harmonies of #9C115F
Complementary color
Monochromatic Colors of #9C115F
Black with #9C115F
Text Example
Text Example
White with #9C115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C115F; }
p { color: rgb(156,17,95); }
H1.HeaderClassName
{
color: #9C115F;
}
.AnyTagClassName
{
color: #9C115F;
}
</style>
background-color css
<style>
a { background-color: #9C115F; }
a { background-color: rgb(156,17,95); }
div.DivClassName
{
background-color: #9C115F;
}
.BgClassName
{
background-color: #9C115F;
}
</style>
border-color css
<style>
span { border-color: #9C115F; }
span { border-color: rgb(156,17,95); }
td.TdClassName
{
border-color: #9C115F;
}
.TagClassName
{
border-color: #9C115F;
}
</style>