Shades of Jazzberry Jam #991B68
Tints of Jazzberry Jam #991B68
RGB
CMYK
RGB Variations
Color information
#991B68 (or 0x991B68) is known color: Jazzberry Jam. HEX triplet: 99, 1B and 68. RGB value is (153,27,104). Sum of RGB (Red+Green+Blue) = 153+27+104=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #991B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B68 is #66E497. Grayscale: #494949. Windows color (decimal): -6743192 or 6822809. OLE color: 6822809.
HSL color Cylindrical-coordinate representation of color #991B68: hue angle of 323.33º 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 #991B68 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 104 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.4 |
| HSL | 323.33º | 0.7% | 0.35% | - |
| HSV(B) | 323.33º | 0.82% | 0.6% | - |
| XYZ | 16.03 | 8.56 | 13.9 | - |
| YUV | 73.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 104 | 0 | 0.82 | 0.32 | 0.4 | 323.33 | 0.7 | 0.35 |
| Hex | 99 | 1B | 68 | 0 | 52 | 20 | 28 | 143 | 46 | 23 |
| Octal | 231 | 33 | 150 | 0 | 122 | 40 | 50 | 503 | 106 | 43 |
| Binary | 10011001 | 11011 | 1101000 | 0 | 1010010 | 100000 | 101000 | 101000011 | 1000110 | 100011 |
Color Harmonies of #991B68
Complementary color
Monochromatic Colors of #991B68
Black with #991B68
Text Example
Text Example
White with #991B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B68; }
p { color: rgb(153,27,104); }
H1.HeaderClassName
{
color: #991B68;
}
.AnyTagClassName
{
color: #991B68;
}
</style>
background-color css
<style>
a { background-color: #991B68; }
a { background-color: rgb(153,27,104); }
div.DivClassName
{
background-color: #991B68;
}
.BgClassName
{
background-color: #991B68;
}
</style>
border-color css
<style>
span { border-color: #991B68; }
span { border-color: rgb(153,27,104); }
td.TdClassName
{
border-color: #991B68;
}
.TagClassName
{
border-color: #991B68;
}
</style>