Shades of Jazzberry Jam #9C075D
Tints of Jazzberry Jam #9C075D
RGB
CMYK
RGB Variations
Color information
#9C075D (or 0x9C075D) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 5D. RGB value is (156,7,93). Sum of RGB (Red+Green+Blue) = 156+7+93=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C075D is #63F8A2. Grayscale: #3D3D3D. Windows color (decimal): -6551715 or 6096796. OLE color: 6096796.
HSL color Cylindrical-coordinate representation of color #9C075D: hue angle of 325.37º degrees, saturation: 0.91, 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 #9C075D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.39 |
| HSL | 325.37º | 0.91% | 0.32% | - |
| HSV(B) | 325.37º | 0.96% | 0.61% | - |
| XYZ | 15.76 | 8.01 | 11.07 | - |
| YUV | 61.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 93 | 0 | 0.96 | 0.40 | 0.39 | 325.37 | 0.91 | 0.32 |
| Hex | 9C | 7 | 5D | 0 | 60 | 28 | 27 | 145 | 5B | 20 |
| Octal | 234 | 7 | 135 | 0 | 140 | 50 | 47 | 505 | 133 | 40 |
| Binary | 10011100 | 111 | 1011101 | 0 | 1100000 | 101000 | 100111 | 101000101 | 1011011 | 100000 |
Color Harmonies of #9C075D
Complementary color
Monochromatic Colors of #9C075D
Black with #9C075D
Text Example
Text Example
White with #9C075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C075D; }
p { color: rgb(156,7,93); }
H1.HeaderClassName
{
color: #9C075D;
}
.AnyTagClassName
{
color: #9C075D;
}
</style>
background-color css
<style>
a { background-color: #9C075D; }
a { background-color: rgb(156,7,93); }
div.DivClassName
{
background-color: #9C075D;
}
.BgClassName
{
background-color: #9C075D;
}
</style>
border-color css
<style>
span { border-color: #9C075D; }
span { border-color: rgb(156,7,93); }
td.TdClassName
{
border-color: #9C075D;
}
.TagClassName
{
border-color: #9C075D;
}
</style>