Shades of Jazzberry Jam #9D0353
Tints of Jazzberry Jam #9D0353
RGB
CMYK
RGB Variations
Color information
#9D0353 (or 0x9D0353) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 53. RGB value is (157,3,83). Sum of RGB (Red+Green+Blue) = 157+3+83=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0353 is #62FCAC. Grayscale: #3A3A3A. Windows color (decimal): -6487213 or 5440413. OLE color: 5440413.
HSL color Cylindrical-coordinate representation of color #9D0353: hue angle of 328.83º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D0353 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.38 |
| HSL | 328.83º | 0.96% | 0.31% | - |
| HSV(B) | 328.83º | 0.98% | 0.62% | - |
| XYZ | 15.5 | 7.86 | 8.88 | - |
| YUV | 58.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 83 | 0 | 0.98 | 0.47 | 0.38 | 328.83 | 0.96 | 0.31 |
| Hex | 9D | 3 | 53 | 0 | 62 | 2F | 26 | 149 | 60 | 1F |
| Octal | 235 | 3 | 123 | 0 | 142 | 57 | 46 | 511 | 140 | 37 |
| Binary | 10011101 | 11 | 1010011 | 0 | 1100010 | 101111 | 100110 | 101001001 | 1100000 | 11111 |
Color Harmonies of #9D0353
Complementary color
Monochromatic Colors of #9D0353
Black with #9D0353
Text Example
Text Example
White with #9D0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0353; }
p { color: rgb(157,3,83); }
H1.HeaderClassName
{
color: #9D0353;
}
.AnyTagClassName
{
color: #9D0353;
}
</style>
background-color css
<style>
a { background-color: #9D0353; }
a { background-color: rgb(157,3,83); }
div.DivClassName
{
background-color: #9D0353;
}
.BgClassName
{
background-color: #9D0353;
}
</style>
border-color css
<style>
span { border-color: #9D0353; }
span { border-color: rgb(157,3,83); }
td.TdClassName
{
border-color: #9D0353;
}
.TagClassName
{
border-color: #9D0353;
}
</style>