Shades of Jazzberry Jam #9C1E6C
Tints of Jazzberry Jam #9C1E6C
RGB
CMYK
RGB Variations
Color information
#9C1E6C (or 0x9C1E6C) is known color: Jazzberry Jam. HEX triplet: 9C, 1E and 6C. RGB value is (156,30,108). Sum of RGB (Red+Green+Blue) = 156+30+108=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E6C is #63E193. Grayscale: #4C4C4C. Windows color (decimal): -6545812 or 7085724. OLE color: 7085724.
HSL color Cylindrical-coordinate representation of color #9C1E6C: hue angle of 322.86º 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 #9C1E6C is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 108 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.39 |
| HSL | 322.86º | 0.68% | 0.36% | - |
| HSV(B) | 322.86º | 0.81% | 0.61% | - |
| XYZ | 16.88 | 9.08 | 15.05 | - |
| YUV | 76.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 108 | 0 | 0.81 | 0.31 | 0.39 | 322.86 | 0.68 | 0.36 |
| Hex | 9C | 1E | 6C | 0 | 51 | 1F | 27 | 143 | 44 | 24 |
| Octal | 234 | 36 | 154 | 0 | 121 | 37 | 47 | 503 | 104 | 44 |
| Binary | 10011100 | 11110 | 1101100 | 0 | 1010001 | 11111 | 100111 | 101000011 | 1000100 | 100100 |
Color Harmonies of #9C1E6C
Complementary color
Monochromatic Colors of #9C1E6C
Black with #9C1E6C
Text Example
Text Example
White with #9C1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E6C; }
p { color: rgb(156,30,108); }
H1.HeaderClassName
{
color: #9C1E6C;
}
.AnyTagClassName
{
color: #9C1E6C;
}
</style>
background-color css
<style>
a { background-color: #9C1E6C; }
a { background-color: rgb(156,30,108); }
div.DivClassName
{
background-color: #9C1E6C;
}
.BgClassName
{
background-color: #9C1E6C;
}
</style>
border-color css
<style>
span { border-color: #9C1E6C; }
span { border-color: rgb(156,30,108); }
td.TdClassName
{
border-color: #9C1E6C;
}
.TagClassName
{
border-color: #9C1E6C;
}
</style>