Shades of Jazzberry Jam #9D064B
Tints of Jazzberry Jam #9D064B
RGB
CMYK
RGB Variations
Color information
#9D064B (or 0x9D064B) is known color: Jazzberry Jam. HEX triplet: 9D, 06 and 4B. RGB value is (157,6,75). Sum of RGB (Red+Green+Blue) = 157+6+75=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D064B is #62F9B4. Grayscale: #3A3A3A. Windows color (decimal): -6486453 or 4916893. OLE color: 4916893.
HSL color Cylindrical-coordinate representation of color #9D064B: hue angle of 332.58º 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 #9D064B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 75 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.38 |
| HSL | 332.58º | 0.93% | 0.32% | - |
| HSV(B) | 332.58º | 0.96% | 0.62% | - |
| XYZ | 15.24 | 7.81 | 7.36 | - |
| YUV | 59.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 75 | 0 | 0.96 | 0.52 | 0.38 | 332.58 | 0.93 | 0.32 |
| Hex | 9D | 6 | 4B | 0 | 60 | 34 | 26 | 14D | 5D | 20 |
| Octal | 235 | 6 | 113 | 0 | 140 | 64 | 46 | 515 | 135 | 40 |
| Binary | 10011101 | 110 | 1001011 | 0 | 1100000 | 110100 | 100110 | 101001101 | 1011101 | 100000 |
Color Harmonies of #9D064B
Complementary color
Monochromatic Colors of #9D064B
Black with #9D064B
Text Example
Text Example
White with #9D064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D064B; }
p { color: rgb(157,6,75); }
H1.HeaderClassName
{
color: #9D064B;
}
.AnyTagClassName
{
color: #9D064B;
}
</style>
background-color css
<style>
a { background-color: #9D064B; }
a { background-color: rgb(157,6,75); }
div.DivClassName
{
background-color: #9D064B;
}
.BgClassName
{
background-color: #9D064B;
}
</style>
border-color css
<style>
span { border-color: #9D064B; }
span { border-color: rgb(157,6,75); }
td.TdClassName
{
border-color: #9D064B;
}
.TagClassName
{
border-color: #9D064B;
}
</style>