Shades of Jazzberry Jam #9D065B
Tints of Jazzberry Jam #9D065B
RGB
CMYK
RGB Variations
Color information
#9D065B (or 0x9D065B) is known color: Jazzberry Jam. HEX triplet: 9D, 06 and 5B. RGB value is (157,6,91). Sum of RGB (Red+Green+Blue) = 157+6+91=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D065B is #62F9A4. Grayscale: #3C3C3C. Windows color (decimal): -6486437 or 5965469. OLE color: 5965469.
HSL color Cylindrical-coordinate representation of color #9D065B: hue angle of 326.23º 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 #9D065B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 91 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.38 |
| HSL | 326.23º | 0.93% | 0.32% | - |
| HSV(B) | 326.23º | 0.96% | 0.62% | - |
| XYZ | 15.86 | 8.05 | 10.62 | - |
| YUV | 60.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 91 | 0 | 0.96 | 0.42 | 0.38 | 326.23 | 0.93 | 0.32 |
| Hex | 9D | 6 | 5B | 0 | 60 | 2A | 26 | 146 | 5D | 20 |
| Octal | 235 | 6 | 133 | 0 | 140 | 52 | 46 | 506 | 135 | 40 |
| Binary | 10011101 | 110 | 1011011 | 0 | 1100000 | 101010 | 100110 | 101000110 | 1011101 | 100000 |
Color Harmonies of #9D065B
Complementary color
Monochromatic Colors of #9D065B
Black with #9D065B
Text Example
Text Example
White with #9D065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D065B; }
p { color: rgb(157,6,91); }
H1.HeaderClassName
{
color: #9D065B;
}
.AnyTagClassName
{
color: #9D065B;
}
</style>
background-color css
<style>
a { background-color: #9D065B; }
a { background-color: rgb(157,6,91); }
div.DivClassName
{
background-color: #9D065B;
}
.BgClassName
{
background-color: #9D065B;
}
</style>
border-color css
<style>
span { border-color: #9D065B; }
span { border-color: rgb(157,6,91); }
td.TdClassName
{
border-color: #9D065B;
}
.TagClassName
{
border-color: #9D065B;
}
</style>