Shades of Jazzberry Jam #98095D
Tints of Jazzberry Jam #98095D
RGB
CMYK
RGB Variations
Color information
#98095D (or 0x98095D) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 5D. RGB value is (152,9,93). Sum of RGB (Red+Green+Blue) = 152+9+93=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98095D is #67F6A2. Grayscale: #3D3D3D. Windows color (decimal): -6813347 or 6097304. OLE color: 6097304.
HSL color Cylindrical-coordinate representation of color #98095D: hue angle of 324.76º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98095D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 93 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.40 |
| HSL | 324.76º | 0.89% | 0.32% | - |
| HSV(B) | 324.76º | 0.94% | 0.6% | - |
| XYZ | 15.02 | 7.66 | 11.04 | - |
| YUV | 61.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 93 | 0 | 0.94 | 0.39 | 0.40 | 324.76 | 0.89 | 0.32 |
| Hex | 98 | 9 | 5D | 0 | 5E | 27 | 28 | 145 | 59 | 20 |
| Octal | 230 | 11 | 135 | 0 | 136 | 47 | 50 | 505 | 131 | 40 |
| Binary | 10011000 | 1001 | 1011101 | 0 | 1011110 | 100111 | 101000 | 101000101 | 1011001 | 100000 |
Color Harmonies of #98095D
Complementary color
Monochromatic Colors of #98095D
Black with #98095D
Text Example
Text Example
White with #98095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98095D; }
p { color: rgb(152,9,93); }
H1.HeaderClassName
{
color: #98095D;
}
.AnyTagClassName
{
color: #98095D;
}
</style>
background-color css
<style>
a { background-color: #98095D; }
a { background-color: rgb(152,9,93); }
div.DivClassName
{
background-color: #98095D;
}
.BgClassName
{
background-color: #98095D;
}
</style>
border-color css
<style>
span { border-color: #98095D; }
span { border-color: rgb(152,9,93); }
td.TdClassName
{
border-color: #98095D;
}
.TagClassName
{
border-color: #98095D;
}
</style>