Shades of Jazzberry Jam #9D065D
Tints of Jazzberry Jam #9D065D
RGB
CMYK
RGB Variations
Color information
#9D065D (or 0x9D065D) is known color: Jazzberry Jam. HEX triplet: 9D, 06 and 5D. RGB value is (157,6,93). Sum of RGB (Red+Green+Blue) = 157+6+93=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D065D is #62F9A2. Grayscale: #3C3C3C. Windows color (decimal): -6486435 or 6096541. OLE color: 6096541.
HSL color Cylindrical-coordinate representation of color #9D065D: hue angle of 325.43º 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 #9D065D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.38 |
| HSL | 325.43º | 0.93% | 0.32% | - |
| HSV(B) | 325.43º | 0.96% | 0.62% | - |
| XYZ | 15.95 | 8.09 | 11.08 | - |
| YUV | 61.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 93 | 0 | 0.96 | 0.41 | 0.38 | 325.43 | 0.93 | 0.32 |
| Hex | 9D | 6 | 5D | 0 | 60 | 29 | 26 | 145 | 5D | 20 |
| Octal | 235 | 6 | 135 | 0 | 140 | 51 | 46 | 505 | 135 | 40 |
| Binary | 10011101 | 110 | 1011101 | 0 | 1100000 | 101001 | 100110 | 101000101 | 1011101 | 100000 |
Color Harmonies of #9D065D
Complementary color
Monochromatic Colors of #9D065D
Black with #9D065D
Text Example
Text Example
White with #9D065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D065D; }
p { color: rgb(157,6,93); }
H1.HeaderClassName
{
color: #9D065D;
}
.AnyTagClassName
{
color: #9D065D;
}
</style>
background-color css
<style>
a { background-color: #9D065D; }
a { background-color: rgb(157,6,93); }
div.DivClassName
{
background-color: #9D065D;
}
.BgClassName
{
background-color: #9D065D;
}
</style>
border-color css
<style>
span { border-color: #9D065D; }
span { border-color: rgb(157,6,93); }
td.TdClassName
{
border-color: #9D065D;
}
.TagClassName
{
border-color: #9D065D;
}
</style>