Shades of Jazzberry Jam #981D6B
Tints of Jazzberry Jam #981D6B
RGB
CMYK
RGB Variations
Color information
#981D6B (or 0x981D6B) is known color: Jazzberry Jam. HEX triplet: 98, 1D and 6B. RGB value is (152,29,107). Sum of RGB (Red+Green+Blue) = 152+29+107=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D6B is #67E294. Grayscale: #4A4A4A. Windows color (decimal): -6808213 or 7019928. OLE color: 7019928.
HSL color Cylindrical-coordinate representation of color #981D6B: hue angle of 321.95º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D6B is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 107 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.40 |
| HSL | 321.95º | 0.68% | 0.35% | - |
| HSV(B) | 321.95º | 0.81% | 0.6% | - |
| XYZ | 16.04 | 8.62 | 14.73 | - |
| YUV | 74.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 107 | 0 | 0.81 | 0.30 | 0.40 | 321.95 | 0.68 | 0.35 |
| Hex | 98 | 1D | 6B | 0 | 51 | 1E | 28 | 142 | 44 | 23 |
| Octal | 230 | 35 | 153 | 0 | 121 | 36 | 50 | 502 | 104 | 43 |
| Binary | 10011000 | 11101 | 1101011 | 0 | 1010001 | 11110 | 101000 | 101000010 | 1000100 | 100011 |
Color Harmonies of #981D6B
Complementary color
Monochromatic Colors of #981D6B
Black with #981D6B
Text Example
Text Example
White with #981D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D6B; }
p { color: rgb(152,29,107); }
H1.HeaderClassName
{
color: #981D6B;
}
.AnyTagClassName
{
color: #981D6B;
}
</style>
background-color css
<style>
a { background-color: #981D6B; }
a { background-color: rgb(152,29,107); }
div.DivClassName
{
background-color: #981D6B;
}
.BgClassName
{
background-color: #981D6B;
}
</style>
border-color css
<style>
span { border-color: #981D6B; }
span { border-color: rgb(152,29,107); }
td.TdClassName
{
border-color: #981D6B;
}
.TagClassName
{
border-color: #981D6B;
}
</style>