Shades of Jazzberry Jam #981767
Tints of Jazzberry Jam #981767
RGB
CMYK
RGB Variations
Color information
#981767 (or 0x981767) is known color: Jazzberry Jam. HEX triplet: 98, 17 and 67. RGB value is (152,23,103). Sum of RGB (Red+Green+Blue) = 152+23+103=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #981767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981767 is #67E898. Grayscale: #464646. Windows color (decimal): -6809753 or 6756248. OLE color: 6756248.
HSL color Cylindrical-coordinate representation of color #981767: hue angle of 322.79º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981767 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 103 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.40 |
| HSL | 322.79º | 0.74% | 0.34% | - |
| HSV(B) | 322.79º | 0.85% | 0.6% | - |
| XYZ | 15.7 | 8.27 | 13.6 | - |
| YUV | 70.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 103 | 0 | 0.85 | 0.32 | 0.40 | 322.79 | 0.74 | 0.34 |
| Hex | 98 | 17 | 67 | 0 | 55 | 20 | 28 | 143 | 4A | 22 |
| Octal | 230 | 27 | 147 | 0 | 125 | 40 | 50 | 503 | 112 | 42 |
| Binary | 10011000 | 10111 | 1100111 | 0 | 1010101 | 100000 | 101000 | 101000011 | 1001010 | 100010 |
Color Harmonies of #981767
Complementary color
Monochromatic Colors of #981767
Black with #981767
Text Example
Text Example
White with #981767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981767; }
p { color: rgb(152,23,103); }
H1.HeaderClassName
{
color: #981767;
}
.AnyTagClassName
{
color: #981767;
}
</style>
background-color css
<style>
a { background-color: #981767; }
a { background-color: rgb(152,23,103); }
div.DivClassName
{
background-color: #981767;
}
.BgClassName
{
background-color: #981767;
}
</style>
border-color css
<style>
span { border-color: #981767; }
span { border-color: rgb(152,23,103); }
td.TdClassName
{
border-color: #981767;
}
.TagClassName
{
border-color: #981767;
}
</style>