Shades of Jazzberry Jam #9D075C
Tints of Jazzberry Jam #9D075C
RGB
CMYK
RGB Variations
Color information
#9D075C (or 0x9D075C) is known color: Jazzberry Jam. HEX triplet: 9D, 07 and 5C. RGB value is (157,7,92). Sum of RGB (Red+Green+Blue) = 157+7+92=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D075C is #62F8A3. Grayscale: #3D3D3D. Windows color (decimal): -6486180 or 6031261. OLE color: 6031261.
HSL color Cylindrical-coordinate representation of color #9D075C: hue angle of 326º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D075C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.38 |
| HSL | 326º | 0.91% | 0.32% | - |
| HSV(B) | 326º | 0.96% | 0.62% | - |
| XYZ | 15.91 | 8.09 | 10.85 | - |
| YUV | 61.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 92 | 0 | 0.96 | 0.41 | 0.38 | 326 | 0.91 | 0.32 |
| Hex | 9D | 7 | 5C | 0 | 60 | 29 | 26 | 146 | 5B | 20 |
| Octal | 235 | 7 | 134 | 0 | 140 | 51 | 46 | 506 | 133 | 40 |
| Binary | 10011101 | 111 | 1011100 | 0 | 1100000 | 101001 | 100110 | 101000110 | 1011011 | 100000 |
Color Harmonies of #9D075C
Complementary color
Monochromatic Colors of #9D075C
Black with #9D075C
Text Example
Text Example
White with #9D075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D075C; }
p { color: rgb(157,7,92); }
H1.HeaderClassName
{
color: #9D075C;
}
.AnyTagClassName
{
color: #9D075C;
}
</style>
background-color css
<style>
a { background-color: #9D075C; }
a { background-color: rgb(157,7,92); }
div.DivClassName
{
background-color: #9D075C;
}
.BgClassName
{
background-color: #9D075C;
}
</style>
border-color css
<style>
span { border-color: #9D075C; }
span { border-color: rgb(157,7,92); }
td.TdClassName
{
border-color: #9D075C;
}
.TagClassName
{
border-color: #9D075C;
}
</style>