Shades of Jazzberry Jam #9C1053
Tints of Jazzberry Jam #9C1053
RGB
CMYK
RGB Variations
Color information
#9C1053 (or 0x9C1053) is known color: Jazzberry Jam. HEX triplet: 9C, 10 and 53. RGB value is (156,16,83). Sum of RGB (Red+Green+Blue) = 156+16+83=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1053 is #63EFAC. Grayscale: #414141. Windows color (decimal): -6549421 or 5443740. OLE color: 5443740.
HSL color Cylindrical-coordinate representation of color #9C1053: hue angle of 331.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1053 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 83 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.39 |
| HSL | 331.29º | 0.81% | 0.34% | - |
| HSV(B) | 331.29º | 0.9% | 0.61% | - |
| XYZ | 15.46 | 8.06 | 8.93 | - |
| YUV | 65.5 | 137.88 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 83 | 0 | 0.90 | 0.47 | 0.39 | 331.29 | 0.81 | 0.34 |
| Hex | 9C | 10 | 53 | 0 | 5A | 2F | 27 | 14B | 51 | 22 |
| Octal | 234 | 20 | 123 | 0 | 132 | 57 | 47 | 513 | 121 | 42 |
| Binary | 10011100 | 10000 | 1010011 | 0 | 1011010 | 101111 | 100111 | 101001011 | 1010001 | 100010 |
Color Harmonies of #9C1053
Complementary color
Monochromatic Colors of #9C1053
Black with #9C1053
Text Example
Text Example
White with #9C1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1053; }
p { color: rgb(156,16,83); }
H1.HeaderClassName
{
color: #9C1053;
}
.AnyTagClassName
{
color: #9C1053;
}
</style>
background-color css
<style>
a { background-color: #9C1053; }
a { background-color: rgb(156,16,83); }
div.DivClassName
{
background-color: #9C1053;
}
.BgClassName
{
background-color: #9C1053;
}
</style>
border-color css
<style>
span { border-color: #9C1053; }
span { border-color: rgb(156,16,83); }
td.TdClassName
{
border-color: #9C1053;
}
.TagClassName
{
border-color: #9C1053;
}
</style>