Shades of Jazzberry Jam #9C146A
Tints of Jazzberry Jam #9C146A
RGB
CMYK
RGB Variations
Color information
#9C146A (or 0x9C146A) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 6A. RGB value is (156,20,106). Sum of RGB (Red+Green+Blue) = 156+20+106=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C146A is #63EB95. Grayscale: #464646. Windows color (decimal): -6548374 or 6952092. OLE color: 6952092.
HSL color Cylindrical-coordinate representation of color #9C146A: hue angle of 322.06º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C146A is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 106 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.39 |
| HSL | 322.06º | 0.77% | 0.35% | - |
| HSV(B) | 322.06º | 0.87% | 0.61% | - |
| XYZ | 16.56 | 8.61 | 14.42 | - |
| YUV | 70.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 106 | 0 | 0.87 | 0.32 | 0.39 | 322.06 | 0.77 | 0.35 |
| Hex | 9C | 14 | 6A | 0 | 57 | 20 | 27 | 142 | 4D | 23 |
| Octal | 234 | 24 | 152 | 0 | 127 | 40 | 47 | 502 | 115 | 43 |
| Binary | 10011100 | 10100 | 1101010 | 0 | 1010111 | 100000 | 100111 | 101000010 | 1001101 | 100011 |
Color Harmonies of #9C146A
Complementary color
Monochromatic Colors of #9C146A
Black with #9C146A
Text Example
Text Example
White with #9C146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C146A; }
p { color: rgb(156,20,106); }
H1.HeaderClassName
{
color: #9C146A;
}
.AnyTagClassName
{
color: #9C146A;
}
</style>
background-color css
<style>
a { background-color: #9C146A; }
a { background-color: rgb(156,20,106); }
div.DivClassName
{
background-color: #9C146A;
}
.BgClassName
{
background-color: #9C146A;
}
</style>
border-color css
<style>
span { border-color: #9C146A; }
span { border-color: rgb(156,20,106); }
td.TdClassName
{
border-color: #9C146A;
}
.TagClassName
{
border-color: #9C146A;
}
</style>