Shades of Jazzberry Jam #9C065F
Tints of Jazzberry Jam #9C065F
RGB
CMYK
RGB Variations
Color information
#9C065F (or 0x9C065F) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 5F. RGB value is (156,6,95). Sum of RGB (Red+Green+Blue) = 156+6+95=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C065F is #63F9A0. Grayscale: #3C3C3C. Windows color (decimal): -6551969 or 6227612. OLE color: 6227612.
HSL color Cylindrical-coordinate representation of color #9C065F: hue angle of 324.4º 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 #9C065F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 95 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.39 |
| HSL | 324.4º | 0.93% | 0.32% | - |
| HSV(B) | 324.4º | 0.96% | 0.61% | - |
| XYZ | 15.84 | 8.02 | 11.54 | - |
| YUV | 61 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 95 | 0 | 0.96 | 0.39 | 0.39 | 324.4 | 0.93 | 0.32 |
| Hex | 9C | 6 | 5F | 0 | 60 | 27 | 27 | 144 | 5D | 20 |
| Octal | 234 | 6 | 137 | 0 | 140 | 47 | 47 | 504 | 135 | 40 |
| Binary | 10011100 | 110 | 1011111 | 0 | 1100000 | 100111 | 100111 | 101000100 | 1011101 | 100000 |
Color Harmonies of #9C065F
Complementary color
Monochromatic Colors of #9C065F
Black with #9C065F
Text Example
Text Example
White with #9C065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C065F; }
p { color: rgb(156,6,95); }
H1.HeaderClassName
{
color: #9C065F;
}
.AnyTagClassName
{
color: #9C065F;
}
</style>
background-color css
<style>
a { background-color: #9C065F; }
a { background-color: rgb(156,6,95); }
div.DivClassName
{
background-color: #9C065F;
}
.BgClassName
{
background-color: #9C065F;
}
</style>
border-color css
<style>
span { border-color: #9C065F; }
span { border-color: rgb(156,6,95); }
td.TdClassName
{
border-color: #9C065F;
}
.TagClassName
{
border-color: #9C065F;
}
</style>