Shades of Jazzberry Jam #981366
Tints of Jazzberry Jam #981366
RGB
CMYK
RGB Variations
Color information
#981366 (or 0x981366) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 66. RGB value is (152,19,102). Sum of RGB (Red+Green+Blue) = 152+19+102=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981366 is #67EC99. Grayscale: #444444. Windows color (decimal): -6810778 or 6689688. OLE color: 6689688.
HSL color Cylindrical-coordinate representation of color #981366: hue angle of 322.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981366 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 102 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.40 |
| HSL | 322.56º | 0.78% | 0.34% | - |
| HSV(B) | 322.56º | 0.88% | 0.6% | - |
| XYZ | 15.58 | 8.1 | 13.31 | - |
| YUV | 68.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 102 | 0 | 0.87 | 0.33 | 0.40 | 322.56 | 0.78 | 0.34 |
| Hex | 98 | 13 | 66 | 0 | 57 | 21 | 28 | 143 | 4E | 22 |
| Octal | 230 | 23 | 146 | 0 | 127 | 41 | 50 | 503 | 116 | 42 |
| Binary | 10011000 | 10011 | 1100110 | 0 | 1010111 | 100001 | 101000 | 101000011 | 1001110 | 100010 |
Color Harmonies of #981366
Complementary color
Monochromatic Colors of #981366
Black with #981366
Text Example
Text Example
White with #981366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981366; }
p { color: rgb(152,19,102); }
H1.HeaderClassName
{
color: #981366;
}
.AnyTagClassName
{
color: #981366;
}
</style>
background-color css
<style>
a { background-color: #981366; }
a { background-color: rgb(152,19,102); }
div.DivClassName
{
background-color: #981366;
}
.BgClassName
{
background-color: #981366;
}
</style>
border-color css
<style>
span { border-color: #981366; }
span { border-color: rgb(152,19,102); }
td.TdClassName
{
border-color: #981366;
}
.TagClassName
{
border-color: #981366;
}
</style>