Shades of Jazzberry Jam #980F4B
Tints of Jazzberry Jam #980F4B
RGB
CMYK
RGB Variations
Color information
#980F4B (or 0x980F4B) is known color: Jazzberry Jam. HEX triplet: 98, 0F and 4B. RGB value is (152,15,75). Sum of RGB (Red+Green+Blue) = 152+15+75=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F4B is #67F0B4. Grayscale: #3E3E3E. Windows color (decimal): -6811829 or 4919192. OLE color: 4919192.
HSL color Cylindrical-coordinate representation of color #980F4B: hue angle of 333.72º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F4B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 75 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.40 |
| HSL | 333.72º | 0.82% | 0.33% | - |
| HSV(B) | 333.72º | 0.9% | 0.6% | - |
| XYZ | 14.39 | 7.53 | 7.35 | - |
| YUV | 62.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 75 | 0 | 0.90 | 0.51 | 0.40 | 333.72 | 0.82 | 0.33 |
| Hex | 98 | F | 4B | 0 | 5A | 33 | 28 | 14E | 52 | 21 |
| Octal | 230 | 17 | 113 | 0 | 132 | 63 | 50 | 516 | 122 | 41 |
| Binary | 10011000 | 1111 | 1001011 | 0 | 1011010 | 110011 | 101000 | 101001110 | 1010010 | 100001 |
Color Harmonies of #980F4B
Complementary color
Monochromatic Colors of #980F4B
Black with #980F4B
Text Example
Text Example
White with #980F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F4B; }
p { color: rgb(152,15,75); }
H1.HeaderClassName
{
color: #980F4B;
}
.AnyTagClassName
{
color: #980F4B;
}
</style>
background-color css
<style>
a { background-color: #980F4B; }
a { background-color: rgb(152,15,75); }
div.DivClassName
{
background-color: #980F4B;
}
.BgClassName
{
background-color: #980F4B;
}
</style>
border-color css
<style>
span { border-color: #980F4B; }
span { border-color: rgb(152,15,75); }
td.TdClassName
{
border-color: #980F4B;
}
.TagClassName
{
border-color: #980F4B;
}
</style>