Shades of Jazzberry Jam #98034E
Tints of Jazzberry Jam #98034E
RGB
CMYK
RGB Variations
Color information
#98034E (or 0x98034E) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 4E. RGB value is (152,3,78). Sum of RGB (Red+Green+Blue) = 152+3+78=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #98034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98034E is #67FCB1. Grayscale: #373737. Windows color (decimal): -6814898 or 5112728. OLE color: 5112728.
HSL color Cylindrical-coordinate representation of color #98034E: hue angle of 329.8º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98034E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.40 |
| HSL | 329.8º | 0.96% | 0.3% | - |
| HSV(B) | 329.8º | 0.98% | 0.6% | - |
| XYZ | 14.36 | 7.29 | 7.86 | - |
| YUV | 56.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 78 | 0 | 0.98 | 0.49 | 0.40 | 329.8 | 0.96 | 0.3 |
| Hex | 98 | 3 | 4E | 0 | 62 | 31 | 28 | 14A | 60 | 1E |
| Octal | 230 | 3 | 116 | 0 | 142 | 61 | 50 | 512 | 140 | 36 |
| Binary | 10011000 | 11 | 1001110 | 0 | 1100010 | 110001 | 101000 | 101001010 | 1100000 | 11110 |
Color Harmonies of #98034E
Complementary color
Monochromatic Colors of #98034E
Black with #98034E
Text Example
Text Example
White with #98034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98034E; }
p { color: rgb(152,3,78); }
H1.HeaderClassName
{
color: #98034E;
}
.AnyTagClassName
{
color: #98034E;
}
</style>
background-color css
<style>
a { background-color: #98034E; }
a { background-color: rgb(152,3,78); }
div.DivClassName
{
background-color: #98034E;
}
.BgClassName
{
background-color: #98034E;
}
</style>
border-color css
<style>
span { border-color: #98034E; }
span { border-color: rgb(152,3,78); }
td.TdClassName
{
border-color: #98034E;
}
.TagClassName
{
border-color: #98034E;
}
</style>