Shades of Jazzberry Jam #980250
Tints of Jazzberry Jam #980250
RGB
CMYK
RGB Variations
Color information
#980250 (or 0x980250) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 50. RGB value is (152,2,80). Sum of RGB (Red+Green+Blue) = 152+2+80=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #980250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980250 is #67FDAF. Grayscale: #373737. Windows color (decimal): -6815152 or 5243544. OLE color: 5243544.
HSL color Cylindrical-coordinate representation of color #980250: hue angle of 328.8º degrees, saturation: 0.97, 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 #980250 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.40 |
| HSL | 328.8º | 0.97% | 0.3% | - |
| HSV(B) | 328.8º | 0.99% | 0.6% | - |
| XYZ | 14.42 | 7.3 | 8.24 | - |
| YUV | 55.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 80 | 0 | 0.99 | 0.47 | 0.40 | 328.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 50 | 0 | 63 | 2F | 28 | 149 | 61 | 1E |
| Octal | 230 | 2 | 120 | 0 | 143 | 57 | 50 | 511 | 141 | 36 |
| Binary | 10011000 | 10 | 1010000 | 0 | 1100011 | 101111 | 101000 | 101001001 | 1100001 | 11110 |
Color Harmonies of #980250
Complementary color
Monochromatic Colors of #980250
Black with #980250
Text Example
Text Example
White with #980250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980250; }
p { color: rgb(152,2,80); }
H1.HeaderClassName
{
color: #980250;
}
.AnyTagClassName
{
color: #980250;
}
</style>
background-color css
<style>
a { background-color: #980250; }
a { background-color: rgb(152,2,80); }
div.DivClassName
{
background-color: #980250;
}
.BgClassName
{
background-color: #980250;
}
</style>
border-color css
<style>
span { border-color: #980250; }
span { border-color: rgb(152,2,80); }
td.TdClassName
{
border-color: #980250;
}
.TagClassName
{
border-color: #980250;
}
</style>