Shades of Jazzberry Jam #980255
Tints of Jazzberry Jam #980255
RGB
CMYK
RGB Variations
Color information
#980255 (or 0x980255) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 55. RGB value is (152,2,85). Sum of RGB (Red+Green+Blue) = 152+2+85=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #980255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980255 is #67FDAA. Grayscale: #383838. Windows color (decimal): -6815147 or 5571224. OLE color: 5571224.
HSL color Cylindrical-coordinate representation of color #980255: hue angle of 326.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 #980255 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.40 |
| HSL | 326.8º | 0.97% | 0.3% | - |
| HSV(B) | 326.8º | 0.99% | 0.6% | - |
| XYZ | 14.61 | 7.37 | 9.25 | - |
| YUV | 56.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 85 | 0 | 0.99 | 0.44 | 0.40 | 326.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 55 | 0 | 63 | 2C | 28 | 147 | 61 | 1E |
| Octal | 230 | 2 | 125 | 0 | 143 | 54 | 50 | 507 | 141 | 36 |
| Binary | 10011000 | 10 | 1010101 | 0 | 1100011 | 101100 | 101000 | 101000111 | 1100001 | 11110 |
Color Harmonies of #980255
Complementary color
Monochromatic Colors of #980255
Black with #980255
Text Example
Text Example
White with #980255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980255; }
p { color: rgb(152,2,85); }
H1.HeaderClassName
{
color: #980255;
}
.AnyTagClassName
{
color: #980255;
}
</style>
background-color css
<style>
a { background-color: #980255; }
a { background-color: rgb(152,2,85); }
div.DivClassName
{
background-color: #980255;
}
.BgClassName
{
background-color: #980255;
}
</style>
border-color css
<style>
span { border-color: #980255; }
span { border-color: rgb(152,2,85); }
td.TdClassName
{
border-color: #980255;
}
.TagClassName
{
border-color: #980255;
}
</style>