Shades of Jazzberry Jam #9C0951
Tints of Jazzberry Jam #9C0951
RGB
CMYK
RGB Variations
Color information
#9C0951 (or 0x9C0951) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 51. RGB value is (156,9,81). Sum of RGB (Red+Green+Blue) = 156+9+81=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0951 is #63F6AE. Grayscale: #3D3D3D. Windows color (decimal): -6551215 or 5310876. OLE color: 5310876.
HSL color Cylindrical-coordinate representation of color #9C0951: hue angle of 330.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0951 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 81 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.39 |
| HSL | 330.61º | 0.89% | 0.32% | - |
| HSV(B) | 330.61º | 0.94% | 0.61% | - |
| XYZ | 15.29 | 7.86 | 8.5 | - |
| YUV | 61.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 81 | 0 | 0.94 | 0.48 | 0.39 | 330.61 | 0.89 | 0.32 |
| Hex | 9C | 9 | 51 | 0 | 5E | 30 | 27 | 14B | 59 | 20 |
| Octal | 234 | 11 | 121 | 0 | 136 | 60 | 47 | 513 | 131 | 40 |
| Binary | 10011100 | 1001 | 1010001 | 0 | 1011110 | 110000 | 100111 | 101001011 | 1011001 | 100000 |
Color Harmonies of #9C0951
Complementary color
Monochromatic Colors of #9C0951
Black with #9C0951
Text Example
Text Example
White with #9C0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0951; }
p { color: rgb(156,9,81); }
H1.HeaderClassName
{
color: #9C0951;
}
.AnyTagClassName
{
color: #9C0951;
}
</style>
background-color css
<style>
a { background-color: #9C0951; }
a { background-color: rgb(156,9,81); }
div.DivClassName
{
background-color: #9C0951;
}
.BgClassName
{
background-color: #9C0951;
}
</style>
border-color css
<style>
span { border-color: #9C0951; }
span { border-color: rgb(156,9,81); }
td.TdClassName
{
border-color: #9C0951;
}
.TagClassName
{
border-color: #9C0951;
}
</style>