Shades of Jazzberry Jam #981A5E
Tints of Jazzberry Jam #981A5E
RGB
CMYK
RGB Variations
Color information
#981A5E (or 0x981A5E) is known color: Jazzberry Jam. HEX triplet: 98, 1A and 5E. RGB value is (152,26,94). Sum of RGB (Red+Green+Blue) = 152+26+94=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #981A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A5E is #67E5A1. Grayscale: #474747. Windows color (decimal): -6808994 or 6167192. OLE color: 6167192.
HSL color Cylindrical-coordinate representation of color #981A5E: hue angle of 327.62º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A5E is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 94 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.40 |
| HSL | 327.62º | 0.71% | 0.35% | - |
| HSV(B) | 327.62º | 0.83% | 0.6% | - |
| XYZ | 15.34 | 8.22 | 11.37 | - |
| YUV | 71.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 94 | 0 | 0.83 | 0.38 | 0.40 | 327.62 | 0.71 | 0.35 |
| Hex | 98 | 1A | 5E | 0 | 53 | 26 | 28 | 148 | 47 | 23 |
| Octal | 230 | 32 | 136 | 0 | 123 | 46 | 50 | 510 | 107 | 43 |
| Binary | 10011000 | 11010 | 1011110 | 0 | 1010011 | 100110 | 101000 | 101001000 | 1000111 | 100011 |
Color Harmonies of #981A5E
Complementary color
Monochromatic Colors of #981A5E
Black with #981A5E
Text Example
Text Example
White with #981A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A5E; }
p { color: rgb(152,26,94); }
H1.HeaderClassName
{
color: #981A5E;
}
.AnyTagClassName
{
color: #981A5E;
}
</style>
background-color css
<style>
a { background-color: #981A5E; }
a { background-color: rgb(152,26,94); }
div.DivClassName
{
background-color: #981A5E;
}
.BgClassName
{
background-color: #981A5E;
}
</style>
border-color css
<style>
span { border-color: #981A5E; }
span { border-color: rgb(152,26,94); }
td.TdClassName
{
border-color: #981A5E;
}
.TagClassName
{
border-color: #981A5E;
}
</style>