Shades of Jazzberry Jam #980153
Tints of Jazzberry Jam #980153
RGB
CMYK
RGB Variations
Color information
#980153 (or 0x980153) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 53. RGB value is (152,1,83). Sum of RGB (Red+Green+Blue) = 152+1+83=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980153 is #67FEAC. Grayscale: #373737. Windows color (decimal): -6815405 or 5439896. OLE color: 5439896.
HSL color Cylindrical-coordinate representation of color #980153: hue angle of 327.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980153 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.40 |
| HSL | 327.42º | 0.99% | 0.3% | - |
| HSV(B) | 327.42º | 0.99% | 0.6% | - |
| XYZ | 14.52 | 7.32 | 8.83 | - |
| YUV | 55.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 83 | 0 | 0.99 | 0.45 | 0.40 | 327.42 | 0.99 | 0.3 |
| Hex | 98 | 1 | 53 | 0 | 63 | 2D | 28 | 147 | 63 | 1E |
| Octal | 230 | 1 | 123 | 0 | 143 | 55 | 50 | 507 | 143 | 36 |
| Binary | 10011000 | 1 | 1010011 | 0 | 1100011 | 101101 | 101000 | 101000111 | 1100011 | 11110 |
Color Harmonies of #980153
Complementary color
Monochromatic Colors of #980153
Black with #980153
Text Example
Text Example
White with #980153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980153; }
p { color: rgb(152,1,83); }
H1.HeaderClassName
{
color: #980153;
}
.AnyTagClassName
{
color: #980153;
}
</style>
background-color css
<style>
a { background-color: #980153; }
a { background-color: rgb(152,1,83); }
div.DivClassName
{
background-color: #980153;
}
.BgClassName
{
background-color: #980153;
}
</style>
border-color css
<style>
span { border-color: #980153; }
span { border-color: rgb(152,1,83); }
td.TdClassName
{
border-color: #980153;
}
.TagClassName
{
border-color: #980153;
}
</style>