Shades of Jazzberry Jam #9C136A
Tints of Jazzberry Jam #9C136A
RGB
CMYK
RGB Variations
Color information
#9C136A (or 0x9C136A) is known color: Jazzberry Jam. HEX triplet: 9C, 13 and 6A. RGB value is (156,19,106). Sum of RGB (Red+Green+Blue) = 156+19+106=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C136A is #63EC95. Grayscale: #454545. Windows color (decimal): -6548630 or 6951836. OLE color: 6951836.
HSL color Cylindrical-coordinate representation of color #9C136A: hue angle of 321.9º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C136A is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 106 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.39 |
| HSL | 321.9º | 0.78% | 0.34% | - |
| HSV(B) | 321.9º | 0.88% | 0.61% | - |
| XYZ | 16.54 | 8.57 | 14.42 | - |
| YUV | 69.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 106 | 0 | 0.88 | 0.32 | 0.39 | 321.9 | 0.78 | 0.34 |
| Hex | 9C | 13 | 6A | 0 | 58 | 20 | 27 | 142 | 4E | 22 |
| Octal | 234 | 23 | 152 | 0 | 130 | 40 | 47 | 502 | 116 | 42 |
| Binary | 10011100 | 10011 | 1101010 | 0 | 1011000 | 100000 | 100111 | 101000010 | 1001110 | 100010 |
Color Harmonies of #9C136A
Complementary color
Monochromatic Colors of #9C136A
Black with #9C136A
Text Example
Text Example
White with #9C136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C136A; }
p { color: rgb(156,19,106); }
H1.HeaderClassName
{
color: #9C136A;
}
.AnyTagClassName
{
color: #9C136A;
}
</style>
background-color css
<style>
a { background-color: #9C136A; }
a { background-color: rgb(156,19,106); }
div.DivClassName
{
background-color: #9C136A;
}
.BgClassName
{
background-color: #9C136A;
}
</style>
border-color css
<style>
span { border-color: #9C136A; }
span { border-color: rgb(156,19,106); }
td.TdClassName
{
border-color: #9C136A;
}
.TagClassName
{
border-color: #9C136A;
}
</style>