Shades of Jazzberry Jam #981263
Tints of Jazzberry Jam #981263
RGB
CMYK
RGB Variations
Color information
#981263 (or 0x981263) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 63. RGB value is (152,18,99). Sum of RGB (Red+Green+Blue) = 152+18+99=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #981263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981263 is #67ED9C. Grayscale: #434343. Windows color (decimal): -6811037 or 6492824. OLE color: 6492824.
HSL color Cylindrical-coordinate representation of color #981263: hue angle of 323.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981263 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 99 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.40 |
| HSL | 323.73º | 0.79% | 0.33% | - |
| HSV(B) | 323.73º | 0.88% | 0.6% | - |
| XYZ | 15.42 | 8.01 | 12.54 | - |
| YUV | 67.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 99 | 0 | 0.88 | 0.35 | 0.40 | 323.73 | 0.79 | 0.33 |
| Hex | 98 | 12 | 63 | 0 | 58 | 23 | 28 | 144 | 4F | 21 |
| Octal | 230 | 22 | 143 | 0 | 130 | 43 | 50 | 504 | 117 | 41 |
| Binary | 10011000 | 10010 | 1100011 | 0 | 1011000 | 100011 | 101000 | 101000100 | 1001111 | 100001 |
Color Harmonies of #981263
Complementary color
Monochromatic Colors of #981263
Black with #981263
Text Example
Text Example
White with #981263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981263; }
p { color: rgb(152,18,99); }
H1.HeaderClassName
{
color: #981263;
}
.AnyTagClassName
{
color: #981263;
}
</style>
background-color css
<style>
a { background-color: #981263; }
a { background-color: rgb(152,18,99); }
div.DivClassName
{
background-color: #981263;
}
.BgClassName
{
background-color: #981263;
}
</style>
border-color css
<style>
span { border-color: #981263; }
span { border-color: rgb(152,18,99); }
td.TdClassName
{
border-color: #981263;
}
.TagClassName
{
border-color: #981263;
}
</style>