Shades of Jazzberry Jam #9C1E65
Tints of Jazzberry Jam #9C1E65
RGB
CMYK
RGB Variations
Color information
#9C1E65 (or 0x9C1E65) is known color: Jazzberry Jam. HEX triplet: 9C, 1E and 65. RGB value is (156,30,101). Sum of RGB (Red+Green+Blue) = 156+30+101=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E65 is #63E19A. Grayscale: #4B4B4B. Windows color (decimal): -6545819 or 6626972. OLE color: 6626972.
HSL color Cylindrical-coordinate representation of color #9C1E65: hue angle of 326.19º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E65 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 101 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.39 |
| HSL | 326.19º | 0.68% | 0.36% | - |
| HSV(B) | 326.19º | 0.81% | 0.61% | - |
| XYZ | 16.52 | 8.94 | 13.17 | - |
| YUV | 75.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 101 | 0 | 0.81 | 0.35 | 0.39 | 326.19 | 0.68 | 0.36 |
| Hex | 9C | 1E | 65 | 0 | 51 | 23 | 27 | 146 | 44 | 24 |
| Octal | 234 | 36 | 145 | 0 | 121 | 43 | 47 | 506 | 104 | 44 |
| Binary | 10011100 | 11110 | 1100101 | 0 | 1010001 | 100011 | 100111 | 101000110 | 1000100 | 100100 |
Color Harmonies of #9C1E65
Complementary color
Monochromatic Colors of #9C1E65
Black with #9C1E65
Text Example
Text Example
White with #9C1E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E65; }
p { color: rgb(156,30,101); }
H1.HeaderClassName
{
color: #9C1E65;
}
.AnyTagClassName
{
color: #9C1E65;
}
</style>
background-color css
<style>
a { background-color: #9C1E65; }
a { background-color: rgb(156,30,101); }
div.DivClassName
{
background-color: #9C1E65;
}
.BgClassName
{
background-color: #9C1E65;
}
</style>
border-color css
<style>
span { border-color: #9C1E65; }
span { border-color: rgb(156,30,101); }
td.TdClassName
{
border-color: #9C1E65;
}
.TagClassName
{
border-color: #9C1E65;
}
</style>