Shades of Jazzberry Jam #980551
Tints of Jazzberry Jam #980551
RGB
CMYK
RGB Variations
Color information
#980551 (or 0x980551) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 51. RGB value is (152,5,81). Sum of RGB (Red+Green+Blue) = 152+5+81=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #980551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980551 is #67FAAE. Grayscale: #393939. Windows color (decimal): -6814383 or 5309848. OLE color: 5309848.
HSL color Cylindrical-coordinate representation of color #980551: hue angle of 328.98º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980551 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.40 |
| HSL | 328.98º | 0.94% | 0.31% | - |
| HSV(B) | 328.98º | 0.97% | 0.6% | - |
| XYZ | 14.49 | 7.38 | 8.45 | - |
| YUV | 57.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 81 | 0 | 0.97 | 0.47 | 0.40 | 328.98 | 0.94 | 0.31 |
| Hex | 98 | 5 | 51 | 0 | 61 | 2F | 28 | 149 | 5E | 1F |
| Octal | 230 | 5 | 121 | 0 | 141 | 57 | 50 | 511 | 136 | 37 |
| Binary | 10011000 | 101 | 1010001 | 0 | 1100001 | 101111 | 101000 | 101001001 | 1011110 | 11111 |
Color Harmonies of #980551
Complementary color
Monochromatic Colors of #980551
Black with #980551
Text Example
Text Example
White with #980551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980551; }
p { color: rgb(152,5,81); }
H1.HeaderClassName
{
color: #980551;
}
.AnyTagClassName
{
color: #980551;
}
</style>
background-color css
<style>
a { background-color: #980551; }
a { background-color: rgb(152,5,81); }
div.DivClassName
{
background-color: #980551;
}
.BgClassName
{
background-color: #980551;
}
</style>
border-color css
<style>
span { border-color: #980551; }
span { border-color: rgb(152,5,81); }
td.TdClassName
{
border-color: #980551;
}
.TagClassName
{
border-color: #980551;
}
</style>