Shades of Jazzberry Jam #9D065C
Tints of Jazzberry Jam #9D065C
RGB
CMYK
RGB Variations
Color information
#9D065C (or 0x9D065C) is known color: Jazzberry Jam. HEX triplet: 9D, 06 and 5C. RGB value is (157,6,92). Sum of RGB (Red+Green+Blue) = 157+6+92=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D065C is #62F9A3. Grayscale: #3C3C3C. Windows color (decimal): -6486436 or 6031005. OLE color: 6031005.
HSL color Cylindrical-coordinate representation of color #9D065C: hue angle of 325.83º degrees, saturation: 0.93, 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 #9D065C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.38 |
| HSL | 325.83º | 0.93% | 0.32% | - |
| HSV(B) | 325.83º | 0.96% | 0.62% | - |
| XYZ | 15.9 | 8.07 | 10.84 | - |
| YUV | 60.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 92 | 0 | 0.96 | 0.41 | 0.38 | 325.83 | 0.93 | 0.32 |
| Hex | 9D | 6 | 5C | 0 | 60 | 29 | 26 | 146 | 5D | 20 |
| Octal | 235 | 6 | 134 | 0 | 140 | 51 | 46 | 506 | 135 | 40 |
| Binary | 10011101 | 110 | 1011100 | 0 | 1100000 | 101001 | 100110 | 101000110 | 1011101 | 100000 |
Color Harmonies of #9D065C
Complementary color
Monochromatic Colors of #9D065C
Black with #9D065C
Text Example
Text Example
White with #9D065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D065C; }
p { color: rgb(157,6,92); }
H1.HeaderClassName
{
color: #9D065C;
}
.AnyTagClassName
{
color: #9D065C;
}
</style>
background-color css
<style>
a { background-color: #9D065C; }
a { background-color: rgb(157,6,92); }
div.DivClassName
{
background-color: #9D065C;
}
.BgClassName
{
background-color: #9D065C;
}
</style>
border-color css
<style>
span { border-color: #9D065C; }
span { border-color: rgb(157,6,92); }
td.TdClassName
{
border-color: #9D065C;
}
.TagClassName
{
border-color: #9D065C;
}
</style>