Shades of Jazzberry Jam #98064E
Tints of Jazzberry Jam #98064E
RGB
CMYK
RGB Variations
Color information
#98064E (or 0x98064E) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 4E. RGB value is (152,6,78). Sum of RGB (Red+Green+Blue) = 152+6+78=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #98064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98064E is #67F9B1. Grayscale: #393939. Windows color (decimal): -6814130 or 5113496. OLE color: 5113496.
HSL color Cylindrical-coordinate representation of color #98064E: hue angle of 330.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98064E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.40 |
| HSL | 330.41º | 0.92% | 0.31% | - |
| HSV(B) | 330.41º | 0.96% | 0.6% | - |
| XYZ | 14.39 | 7.36 | 7.87 | - |
| YUV | 57.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 78 | 0 | 0.96 | 0.49 | 0.40 | 330.41 | 0.92 | 0.31 |
| Hex | 98 | 6 | 4E | 0 | 60 | 31 | 28 | 14A | 5C | 1F |
| Octal | 230 | 6 | 116 | 0 | 140 | 61 | 50 | 512 | 134 | 37 |
| Binary | 10011000 | 110 | 1001110 | 0 | 1100000 | 110001 | 101000 | 101001010 | 1011100 | 11111 |
Color Harmonies of #98064E
Complementary color
Monochromatic Colors of #98064E
Black with #98064E
Text Example
Text Example
White with #98064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98064E; }
p { color: rgb(152,6,78); }
H1.HeaderClassName
{
color: #98064E;
}
.AnyTagClassName
{
color: #98064E;
}
</style>
background-color css
<style>
a { background-color: #98064E; }
a { background-color: rgb(152,6,78); }
div.DivClassName
{
background-color: #98064E;
}
.BgClassName
{
background-color: #98064E;
}
</style>
border-color css
<style>
span { border-color: #98064E; }
span { border-color: rgb(152,6,78); }
td.TdClassName
{
border-color: #98064E;
}
.TagClassName
{
border-color: #98064E;
}
</style>