Shades of Jazzberry Jam #980150
Tints of Jazzberry Jam #980150
RGB
CMYK
RGB Variations
Color information
#980150 (or 0x980150) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 50. RGB value is (152,1,80). Sum of RGB (Red+Green+Blue) = 152+1+80=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #980150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980150 is #67FEAF. Grayscale: #363636. Windows color (decimal): -6815408 or 5243288. OLE color: 5243288.
HSL color Cylindrical-coordinate representation of color #980150: hue angle of 328.61º 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 #980150 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.40 |
| HSL | 328.61º | 0.99% | 0.3% | - |
| HSV(B) | 328.61º | 0.99% | 0.6% | - |
| XYZ | 14.41 | 7.28 | 8.23 | - |
| YUV | 55.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 80 | 0 | 0.99 | 0.47 | 0.40 | 328.61 | 0.99 | 0.3 |
| Hex | 98 | 1 | 50 | 0 | 63 | 2F | 28 | 149 | 63 | 1E |
| Octal | 230 | 1 | 120 | 0 | 143 | 57 | 50 | 511 | 143 | 36 |
| Binary | 10011000 | 1 | 1010000 | 0 | 1100011 | 101111 | 101000 | 101001001 | 1100011 | 11110 |
Color Harmonies of #980150
Complementary color
Monochromatic Colors of #980150
Black with #980150
Text Example
Text Example
White with #980150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980150; }
p { color: rgb(152,1,80); }
H1.HeaderClassName
{
color: #980150;
}
.AnyTagClassName
{
color: #980150;
}
</style>
background-color css
<style>
a { background-color: #980150; }
a { background-color: rgb(152,1,80); }
div.DivClassName
{
background-color: #980150;
}
.BgClassName
{
background-color: #980150;
}
</style>
border-color css
<style>
span { border-color: #980150; }
span { border-color: rgb(152,1,80); }
td.TdClassName
{
border-color: #980150;
}
.TagClassName
{
border-color: #980150;
}
</style>