Shades of Jazzberry Jam #982064
Tints of Jazzberry Jam #982064
RGB
CMYK
RGB Variations
Color information
#982064 (or 0x982064) is known color: Jazzberry Jam. HEX triplet: 98, 20 and 64. RGB value is (152,32,100). Sum of RGB (Red+Green+Blue) = 152+32+100=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #982064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982064 is #67DF9B. Grayscale: #4B4B4B. Windows color (decimal): -6807452 or 6561944. OLE color: 6561944.
HSL color Cylindrical-coordinate representation of color #982064: hue angle of 326º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982064 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 100 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.40 |
| HSL | 326º | 0.65% | 0.36% | - |
| HSV(B) | 326º | 0.79% | 0.6% | - |
| XYZ | 15.77 | 8.63 | 12.89 | - |
| YUV | 75.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 100 | 0 | 0.79 | 0.34 | 0.40 | 326 | 0.65 | 0.36 |
| Hex | 98 | 20 | 64 | 0 | 4F | 22 | 28 | 146 | 41 | 24 |
| Octal | 230 | 40 | 144 | 0 | 117 | 42 | 50 | 506 | 101 | 44 |
| Binary | 10011000 | 100000 | 1100100 | 0 | 1001111 | 100010 | 101000 | 101000110 | 1000001 | 100100 |
Color Harmonies of #982064
Complementary color
Monochromatic Colors of #982064
Black with #982064
Text Example
Text Example
White with #982064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982064; }
p { color: rgb(152,32,100); }
H1.HeaderClassName
{
color: #982064;
}
.AnyTagClassName
{
color: #982064;
}
</style>
background-color css
<style>
a { background-color: #982064; }
a { background-color: rgb(152,32,100); }
div.DivClassName
{
background-color: #982064;
}
.BgClassName
{
background-color: #982064;
}
</style>
border-color css
<style>
span { border-color: #982064; }
span { border-color: rgb(152,32,100); }
td.TdClassName
{
border-color: #982064;
}
.TagClassName
{
border-color: #982064;
}
</style>