Shades of Jazzberry Jam #992167
Tints of Jazzberry Jam #992167
RGB
CMYK
RGB Variations
Color information
#992167 (or 0x992167) is known color: Jazzberry Jam. HEX triplet: 99, 21 and 67. RGB value is (153,33,103). Sum of RGB (Red+Green+Blue) = 153+33+103=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992167 is #66DE98. Grayscale: #4C4C4C. Windows color (decimal): -6741657 or 6758809. OLE color: 6758809.
HSL color Cylindrical-coordinate representation of color #992167: hue angle of 325º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992167 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 103 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.4 |
| HSL | 325º | 0.65% | 0.36% | - |
| HSV(B) | 325º | 0.78% | 0.6% | - |
| XYZ | 16.13 | 8.84 | 13.69 | - |
| YUV | 76.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 103 | 0 | 0.78 | 0.33 | 0.4 | 325 | 0.65 | 0.36 |
| Hex | 99 | 21 | 67 | 0 | 4E | 21 | 28 | 145 | 41 | 24 |
| Octal | 231 | 41 | 147 | 0 | 116 | 41 | 50 | 505 | 101 | 44 |
| Binary | 10011001 | 100001 | 1100111 | 0 | 1001110 | 100001 | 101000 | 101000101 | 1000001 | 100100 |
Color Harmonies of #992167
Complementary color
Monochromatic Colors of #992167
Black with #992167
Text Example
Text Example
White with #992167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992167; }
p { color: rgb(153,33,103); }
H1.HeaderClassName
{
color: #992167;
}
.AnyTagClassName
{
color: #992167;
}
</style>
background-color css
<style>
a { background-color: #992167; }
a { background-color: rgb(153,33,103); }
div.DivClassName
{
background-color: #992167;
}
.BgClassName
{
background-color: #992167;
}
</style>
border-color css
<style>
span { border-color: #992167; }
span { border-color: rgb(153,33,103); }
td.TdClassName
{
border-color: #992167;
}
.TagClassName
{
border-color: #992167;
}
</style>