Shades of Jazzberry Jam #98095C
Tints of Jazzberry Jam #98095C
RGB
CMYK
RGB Variations
Color information
#98095C (or 0x98095C) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 5C. RGB value is (152,9,92). Sum of RGB (Red+Green+Blue) = 152+9+92=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98095C is #67F6A3. Grayscale: #3D3D3D. Windows color (decimal): -6813348 or 6031768. OLE color: 6031768.
HSL color Cylindrical-coordinate representation of color #98095C: hue angle of 325.17º 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 #98095C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.40 |
| HSL | 325.17º | 0.89% | 0.32% | - |
| HSV(B) | 325.17º | 0.94% | 0.6% | - |
| XYZ | 14.98 | 7.64 | 10.81 | - |
| YUV | 61.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 92 | 0 | 0.94 | 0.39 | 0.40 | 325.17 | 0.89 | 0.32 |
| Hex | 98 | 9 | 5C | 0 | 5E | 27 | 28 | 145 | 59 | 20 |
| Octal | 230 | 11 | 134 | 0 | 136 | 47 | 50 | 505 | 131 | 40 |
| Binary | 10011000 | 1001 | 1011100 | 0 | 1011110 | 100111 | 101000 | 101000101 | 1011001 | 100000 |
Color Harmonies of #98095C
Complementary color
Monochromatic Colors of #98095C
Black with #98095C
Text Example
Text Example
White with #98095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98095C; }
p { color: rgb(152,9,92); }
H1.HeaderClassName
{
color: #98095C;
}
.AnyTagClassName
{
color: #98095C;
}
</style>
background-color css
<style>
a { background-color: #98095C; }
a { background-color: rgb(152,9,92); }
div.DivClassName
{
background-color: #98095C;
}
.BgClassName
{
background-color: #98095C;
}
</style>
border-color css
<style>
span { border-color: #98095C; }
span { border-color: rgb(152,9,92); }
td.TdClassName
{
border-color: #98095C;
}
.TagClassName
{
border-color: #98095C;
}
</style>