Shades of Jazzberry Jam #981463
Tints of Jazzberry Jam #981463
RGB
CMYK
RGB Variations
Color information
#981463 (or 0x981463) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 63. RGB value is (152,20,99). Sum of RGB (Red+Green+Blue) = 152+20+99=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #981463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981463 is #67EB9C. Grayscale: #444444. Windows color (decimal): -6810525 or 6493336. OLE color: 6493336.
HSL color Cylindrical-coordinate representation of color #981463: hue angle of 324.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981463 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 99 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.40 |
| HSL | 324.09º | 0.77% | 0.34% | - |
| HSV(B) | 324.09º | 0.87% | 0.6% | - |
| XYZ | 15.45 | 8.08 | 12.55 | - |
| YUV | 68.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 99 | 0 | 0.87 | 0.35 | 0.40 | 324.09 | 0.77 | 0.34 |
| Hex | 98 | 14 | 63 | 0 | 57 | 23 | 28 | 144 | 4D | 22 |
| Octal | 230 | 24 | 143 | 0 | 127 | 43 | 50 | 504 | 115 | 42 |
| Binary | 10011000 | 10100 | 1100011 | 0 | 1010111 | 100011 | 101000 | 101000100 | 1001101 | 100010 |
Color Harmonies of #981463
Complementary color
Monochromatic Colors of #981463
Black with #981463
Text Example
Text Example
White with #981463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981463; }
p { color: rgb(152,20,99); }
H1.HeaderClassName
{
color: #981463;
}
.AnyTagClassName
{
color: #981463;
}
</style>
background-color css
<style>
a { background-color: #981463; }
a { background-color: rgb(152,20,99); }
div.DivClassName
{
background-color: #981463;
}
.BgClassName
{
background-color: #981463;
}
</style>
border-color css
<style>
span { border-color: #981463; }
span { border-color: rgb(152,20,99); }
td.TdClassName
{
border-color: #981463;
}
.TagClassName
{
border-color: #981463;
}
</style>