Shades of Jazzberry Jam #991D68
Tints of Jazzberry Jam #991D68
RGB
CMYK
RGB Variations
Color information
#991D68 (or 0x991D68) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 68. RGB value is (153,29,104). Sum of RGB (Red+Green+Blue) = 153+29+104=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #991D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D68 is #66E297. Grayscale: #4A4A4A. Windows color (decimal): -6742680 or 6823321. OLE color: 6823321.
HSL color Cylindrical-coordinate representation of color #991D68: hue angle of 323.71º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D68 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 104 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.4 |
| HSL | 323.71º | 0.68% | 0.36% | - |
| HSV(B) | 323.71º | 0.81% | 0.6% | - |
| XYZ | 16.07 | 8.65 | 13.92 | - |
| YUV | 74.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 104 | 0 | 0.81 | 0.32 | 0.4 | 323.71 | 0.68 | 0.36 |
| Hex | 99 | 1D | 68 | 0 | 51 | 20 | 28 | 144 | 44 | 24 |
| Octal | 231 | 35 | 150 | 0 | 121 | 40 | 50 | 504 | 104 | 44 |
| Binary | 10011001 | 11101 | 1101000 | 0 | 1010001 | 100000 | 101000 | 101000100 | 1000100 | 100100 |
Color Harmonies of #991D68
Complementary color
Monochromatic Colors of #991D68
Black with #991D68
Text Example
Text Example
White with #991D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D68; }
p { color: rgb(153,29,104); }
H1.HeaderClassName
{
color: #991D68;
}
.AnyTagClassName
{
color: #991D68;
}
</style>
background-color css
<style>
a { background-color: #991D68; }
a { background-color: rgb(153,29,104); }
div.DivClassName
{
background-color: #991D68;
}
.BgClassName
{
background-color: #991D68;
}
</style>
border-color css
<style>
span { border-color: #991D68; }
span { border-color: rgb(153,29,104); }
td.TdClassName
{
border-color: #991D68;
}
.TagClassName
{
border-color: #991D68;
}
</style>