Shades of Jazzberry Jam #9C0652
Tints of Jazzberry Jam #9C0652
RGB
CMYK
RGB Variations
Color information
#9C0652 (or 0x9C0652) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 52. RGB value is (156,6,82). Sum of RGB (Red+Green+Blue) = 156+6+82=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0652 is #63F9AD. Grayscale: #3B3B3B. Windows color (decimal): -6551982 or 5375644. OLE color: 5375644.
HSL color Cylindrical-coordinate representation of color #9C0652: hue angle of 329.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0652 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 82 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.39 |
| HSL | 329.6º | 0.93% | 0.32% | - |
| HSV(B) | 329.6º | 0.96% | 0.61% | - |
| XYZ | 15.3 | 7.81 | 8.68 | - |
| YUV | 59.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 82 | 0 | 0.96 | 0.47 | 0.39 | 329.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 52 | 0 | 60 | 2F | 27 | 14A | 5D | 20 |
| Octal | 234 | 6 | 122 | 0 | 140 | 57 | 47 | 512 | 135 | 40 |
| Binary | 10011100 | 110 | 1010010 | 0 | 1100000 | 101111 | 100111 | 101001010 | 1011101 | 100000 |
Color Harmonies of #9C0652
Complementary color
Monochromatic Colors of #9C0652
Black with #9C0652
Text Example
Text Example
White with #9C0652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0652; }
p { color: rgb(156,6,82); }
H1.HeaderClassName
{
color: #9C0652;
}
.AnyTagClassName
{
color: #9C0652;
}
</style>
background-color css
<style>
a { background-color: #9C0652; }
a { background-color: rgb(156,6,82); }
div.DivClassName
{
background-color: #9C0652;
}
.BgClassName
{
background-color: #9C0652;
}
</style>
border-color css
<style>
span { border-color: #9C0652; }
span { border-color: rgb(156,6,82); }
td.TdClassName
{
border-color: #9C0652;
}
.TagClassName
{
border-color: #9C0652;
}
</style>