Shades of Jazzberry Jam #98014F
Tints of Jazzberry Jam #98014F
RGB
CMYK
RGB Variations
Color information
#98014F (or 0x98014F) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 4F. RGB value is (152,1,79). Sum of RGB (Red+Green+Blue) = 152+1+79=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98014F is #67FEB0. Grayscale: #363636. Windows color (decimal): -6815409 or 5177752. OLE color: 5177752.
HSL color Cylindrical-coordinate representation of color #98014F: hue angle of 329.01º 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 #98014F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.40 |
| HSL | 329.01º | 0.99% | 0.3% | - |
| HSV(B) | 329.01º | 0.99% | 0.6% | - |
| XYZ | 14.37 | 7.26 | 8.04 | - |
| YUV | 55.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 79 | 0 | 0.99 | 0.48 | 0.40 | 329.01 | 0.99 | 0.3 |
| Hex | 98 | 1 | 4F | 0 | 63 | 30 | 28 | 149 | 63 | 1E |
| Octal | 230 | 1 | 117 | 0 | 143 | 60 | 50 | 511 | 143 | 36 |
| Binary | 10011000 | 1 | 1001111 | 0 | 1100011 | 110000 | 101000 | 101001001 | 1100011 | 11110 |
Color Harmonies of #98014F
Complementary color
Monochromatic Colors of #98014F
Black with #98014F
Text Example
Text Example
White with #98014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98014F; }
p { color: rgb(152,1,79); }
H1.HeaderClassName
{
color: #98014F;
}
.AnyTagClassName
{
color: #98014F;
}
</style>
background-color css
<style>
a { background-color: #98014F; }
a { background-color: rgb(152,1,79); }
div.DivClassName
{
background-color: #98014F;
}
.BgClassName
{
background-color: #98014F;
}
</style>
border-color css
<style>
span { border-color: #98014F; }
span { border-color: rgb(152,1,79); }
td.TdClassName
{
border-color: #98014F;
}
.TagClassName
{
border-color: #98014F;
}
</style>