Shades of Jazzberry Jam #980145
Tints of Jazzberry Jam #980145
RGB
CMYK
RGB Variations
Color information
#980145 (or 0x980145) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 45. RGB value is (152,1,69). Sum of RGB (Red+Green+Blue) = 152+1+69=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980145 is #67FEBA. Grayscale: #353535. Windows color (decimal): -6815419 or 4522392. OLE color: 4522392.
HSL color Cylindrical-coordinate representation of color #980145: hue angle of 332.98º 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 #980145 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.40 |
| HSL | 332.98º | 0.99% | 0.3% | - |
| HSV(B) | 332.98º | 0.99% | 0.6% | - |
| XYZ | 14.03 | 7.13 | 6.27 | - |
| YUV | 53.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 69 | 0 | 0.99 | 0.55 | 0.40 | 332.98 | 0.99 | 0.3 |
| Hex | 98 | 1 | 45 | 0 | 63 | 37 | 28 | 14D | 63 | 1E |
| Octal | 230 | 1 | 105 | 0 | 143 | 67 | 50 | 515 | 143 | 36 |
| Binary | 10011000 | 1 | 1000101 | 0 | 1100011 | 110111 | 101000 | 101001101 | 1100011 | 11110 |
Color Harmonies of #980145
Complementary color
Monochromatic Colors of #980145
Black with #980145
Text Example
Text Example
White with #980145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980145; }
p { color: rgb(152,1,69); }
H1.HeaderClassName
{
color: #980145;
}
.AnyTagClassName
{
color: #980145;
}
</style>
background-color css
<style>
a { background-color: #980145; }
a { background-color: rgb(152,1,69); }
div.DivClassName
{
background-color: #980145;
}
.BgClassName
{
background-color: #980145;
}
</style>
border-color css
<style>
span { border-color: #980145; }
span { border-color: rgb(152,1,69); }
td.TdClassName
{
border-color: #980145;
}
.TagClassName
{
border-color: #980145;
}
</style>