Shades of Jazzberry Jam #9C0953
Tints of Jazzberry Jam #9C0953
RGB
CMYK
RGB Variations
Color information
#9C0953 (or 0x9C0953) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 53. RGB value is (156,9,83). Sum of RGB (Red+Green+Blue) = 156+9+83=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0953 is #63F6AC. Grayscale: #3D3D3D. Windows color (decimal): -6551213 or 5441948. OLE color: 5441948.
HSL color Cylindrical-coordinate representation of color #9C0953: hue angle of 329.8º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0953 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 83 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.39 |
| HSL | 329.8º | 0.89% | 0.32% | - |
| HSV(B) | 329.8º | 0.94% | 0.61% | - |
| XYZ | 15.37 | 7.89 | 8.9 | - |
| YUV | 61.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 83 | 0 | 0.94 | 0.47 | 0.39 | 329.8 | 0.89 | 0.32 |
| Hex | 9C | 9 | 53 | 0 | 5E | 2F | 27 | 14A | 59 | 20 |
| Octal | 234 | 11 | 123 | 0 | 136 | 57 | 47 | 512 | 131 | 40 |
| Binary | 10011100 | 1001 | 1010011 | 0 | 1011110 | 101111 | 100111 | 101001010 | 1011001 | 100000 |
Color Harmonies of #9C0953
Complementary color
Monochromatic Colors of #9C0953
Black with #9C0953
Text Example
Text Example
White with #9C0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0953; }
p { color: rgb(156,9,83); }
H1.HeaderClassName
{
color: #9C0953;
}
.AnyTagClassName
{
color: #9C0953;
}
</style>
background-color css
<style>
a { background-color: #9C0953; }
a { background-color: rgb(156,9,83); }
div.DivClassName
{
background-color: #9C0953;
}
.BgClassName
{
background-color: #9C0953;
}
</style>
border-color css
<style>
span { border-color: #9C0953; }
span { border-color: rgb(156,9,83); }
td.TdClassName
{
border-color: #9C0953;
}
.TagClassName
{
border-color: #9C0953;
}
</style>