Shades of Jazzberry Jam #9D0658
Tints of Jazzberry Jam #9D0658
RGB
CMYK
RGB Variations
Color information
#9D0658 (or 0x9D0658) is known color: Jazzberry Jam. HEX triplet: 9D, 06 and 58. RGB value is (157,6,88). Sum of RGB (Red+Green+Blue) = 157+6+88=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0658 is #62F9A7. Grayscale: #3C3C3C. Windows color (decimal): -6486440 or 5768861. OLE color: 5768861.
HSL color Cylindrical-coordinate representation of color #9D0658: hue angle of 327.42º 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 #9D0658 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 88 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.38 |
| HSL | 327.42º | 0.93% | 0.32% | - |
| HSV(B) | 327.42º | 0.96% | 0.62% | - |
| XYZ | 15.73 | 8 | 9.95 | - |
| YUV | 60.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 88 | 0 | 0.96 | 0.44 | 0.38 | 327.42 | 0.93 | 0.32 |
| Hex | 9D | 6 | 58 | 0 | 60 | 2C | 26 | 147 | 5D | 20 |
| Octal | 235 | 6 | 130 | 0 | 140 | 54 | 46 | 507 | 135 | 40 |
| Binary | 10011101 | 110 | 1011000 | 0 | 1100000 | 101100 | 100110 | 101000111 | 1011101 | 100000 |
Color Harmonies of #9D0658
Complementary color
Monochromatic Colors of #9D0658
Black with #9D0658
Text Example
Text Example
White with #9D0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0658; }
p { color: rgb(157,6,88); }
H1.HeaderClassName
{
color: #9D0658;
}
.AnyTagClassName
{
color: #9D0658;
}
</style>
background-color css
<style>
a { background-color: #9D0658; }
a { background-color: rgb(157,6,88); }
div.DivClassName
{
background-color: #9D0658;
}
.BgClassName
{
background-color: #9D0658;
}
</style>
border-color css
<style>
span { border-color: #9D0658; }
span { border-color: rgb(157,6,88); }
td.TdClassName
{
border-color: #9D0658;
}
.TagClassName
{
border-color: #9D0658;
}
</style>