Shades of Jazzberry Jam #9D0253
Tints of Jazzberry Jam #9D0253
RGB
CMYK
RGB Variations
Color information
#9D0253 (or 0x9D0253) is known color: Jazzberry Jam. HEX triplet: 9D, 02 and 53. RGB value is (157,2,83). Sum of RGB (Red+Green+Blue) = 157+2+83=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0253 is #62FDAC. Grayscale: #393939. Windows color (decimal): -6487469 or 5440157. OLE color: 5440157.
HSL color Cylindrical-coordinate representation of color #9D0253: hue angle of 328.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0253 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.38 |
| HSL | 328.65º | 0.97% | 0.31% | - |
| HSV(B) | 328.65º | 0.99% | 0.62% | - |
| XYZ | 15.49 | 7.84 | 8.88 | - |
| YUV | 57.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 83 | 0 | 0.99 | 0.47 | 0.38 | 328.65 | 0.97 | 0.31 |
| Hex | 9D | 2 | 53 | 0 | 63 | 2F | 26 | 149 | 61 | 1F |
| Octal | 235 | 2 | 123 | 0 | 143 | 57 | 46 | 511 | 141 | 37 |
| Binary | 10011101 | 10 | 1010011 | 0 | 1100011 | 101111 | 100110 | 101001001 | 1100001 | 11111 |
Color Harmonies of #9D0253
Complementary color
Monochromatic Colors of #9D0253
Black with #9D0253
Text Example
Text Example
White with #9D0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0253; }
p { color: rgb(157,2,83); }
H1.HeaderClassName
{
color: #9D0253;
}
.AnyTagClassName
{
color: #9D0253;
}
</style>
background-color css
<style>
a { background-color: #9D0253; }
a { background-color: rgb(157,2,83); }
div.DivClassName
{
background-color: #9D0253;
}
.BgClassName
{
background-color: #9D0253;
}
</style>
border-color css
<style>
span { border-color: #9D0253; }
span { border-color: rgb(157,2,83); }
td.TdClassName
{
border-color: #9D0253;
}
.TagClassName
{
border-color: #9D0253;
}
</style>