Shades of Jazzberry Jam #981B5D
Tints of Jazzberry Jam #981B5D
RGB
CMYK
RGB Variations
Color information
#981B5D (or 0x981B5D) is known color: Jazzberry Jam. HEX triplet: 98, 1B and 5D. RGB value is (152,27,93). Sum of RGB (Red+Green+Blue) = 152+27+93=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #981B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B5D is #67E4A2. Grayscale: #474747. Windows color (decimal): -6808739 or 6101912. OLE color: 6101912.
HSL color Cylindrical-coordinate representation of color #981B5D: hue angle of 328.32º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B5D is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 93 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.40 |
| HSL | 328.32º | 0.7% | 0.35% | - |
| HSV(B) | 328.32º | 0.82% | 0.6% | - |
| XYZ | 15.32 | 8.25 | 11.14 | - |
| YUV | 71.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 93 | 0 | 0.82 | 0.39 | 0.40 | 328.32 | 0.7 | 0.35 |
| Hex | 98 | 1B | 5D | 0 | 52 | 27 | 28 | 148 | 46 | 23 |
| Octal | 230 | 33 | 135 | 0 | 122 | 47 | 50 | 510 | 106 | 43 |
| Binary | 10011000 | 11011 | 1011101 | 0 | 1010010 | 100111 | 101000 | 101001000 | 1000110 | 100011 |
Color Harmonies of #981B5D
Complementary color
Monochromatic Colors of #981B5D
Black with #981B5D
Text Example
Text Example
White with #981B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B5D; }
p { color: rgb(152,27,93); }
H1.HeaderClassName
{
color: #981B5D;
}
.AnyTagClassName
{
color: #981B5D;
}
</style>
background-color css
<style>
a { background-color: #981B5D; }
a { background-color: rgb(152,27,93); }
div.DivClassName
{
background-color: #981B5D;
}
.BgClassName
{
background-color: #981B5D;
}
</style>
border-color css
<style>
span { border-color: #981B5D; }
span { border-color: rgb(152,27,93); }
td.TdClassName
{
border-color: #981B5D;
}
.TagClassName
{
border-color: #981B5D;
}
</style>