Shades of Jazzberry Jam #9C0353
Tints of Jazzberry Jam #9C0353
RGB
CMYK
RGB Variations
Color information
#9C0353 (or 0x9C0353) is known color: Jazzberry Jam. HEX triplet: 9C, 03 and 53. RGB value is (156,3,83). Sum of RGB (Red+Green+Blue) = 156+3+83=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0353 is #63FCAC. Grayscale: #393939. Windows color (decimal): -6552749 or 5440412. OLE color: 5440412.
HSL color Cylindrical-coordinate representation of color #9C0353: hue angle of 328.63º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0353 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.39 |
| HSL | 328.63º | 0.96% | 0.31% | - |
| HSV(B) | 328.63º | 0.98% | 0.61% | - |
| XYZ | 15.3 | 7.76 | 8.87 | - |
| YUV | 57.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 83 | 0 | 0.98 | 0.47 | 0.39 | 328.63 | 0.96 | 0.31 |
| Hex | 9C | 3 | 53 | 0 | 62 | 2F | 27 | 149 | 60 | 1F |
| Octal | 234 | 3 | 123 | 0 | 142 | 57 | 47 | 511 | 140 | 37 |
| Binary | 10011100 | 11 | 1010011 | 0 | 1100010 | 101111 | 100111 | 101001001 | 1100000 | 11111 |
Color Harmonies of #9C0353
Complementary color
Monochromatic Colors of #9C0353
Black with #9C0353
Text Example
Text Example
White with #9C0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0353; }
p { color: rgb(156,3,83); }
H1.HeaderClassName
{
color: #9C0353;
}
.AnyTagClassName
{
color: #9C0353;
}
</style>
background-color css
<style>
a { background-color: #9C0353; }
a { background-color: rgb(156,3,83); }
div.DivClassName
{
background-color: #9C0353;
}
.BgClassName
{
background-color: #9C0353;
}
</style>
border-color css
<style>
span { border-color: #9C0353; }
span { border-color: rgb(156,3,83); }
td.TdClassName
{
border-color: #9C0353;
}
.TagClassName
{
border-color: #9C0353;
}
</style>