Shades of Jazzberry Jam #99216B
Tints of Jazzberry Jam #99216B
RGB
CMYK
RGB Variations
Color information
#99216B (or 0x99216B) is known color: Jazzberry Jam. HEX triplet: 99, 21 and 6B. RGB value is (153,33,107). Sum of RGB (Red+Green+Blue) = 153+33+107=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99216B is #66DE94. Grayscale: #4D4D4D. Windows color (decimal): -6741653 or 7020953. OLE color: 7020953.
HSL color Cylindrical-coordinate representation of color #99216B: hue angle of 323º 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 #99216B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 107 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.4 |
| HSL | 323º | 0.65% | 0.36% | - |
| HSV(B) | 323º | 0.78% | 0.6% | - |
| XYZ | 16.33 | 8.92 | 14.77 | - |
| YUV | 77.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 107 | 0 | 0.78 | 0.30 | 0.4 | 323 | 0.65 | 0.36 |
| Hex | 99 | 21 | 6B | 0 | 4E | 1E | 28 | 143 | 41 | 24 |
| Octal | 231 | 41 | 153 | 0 | 116 | 36 | 50 | 503 | 101 | 44 |
| Binary | 10011001 | 100001 | 1101011 | 0 | 1001110 | 11110 | 101000 | 101000011 | 1000001 | 100100 |
Color Harmonies of #99216B
Complementary color
Monochromatic Colors of #99216B
Black with #99216B
Text Example
Text Example
White with #99216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99216B; }
p { color: rgb(153,33,107); }
H1.HeaderClassName
{
color: #99216B;
}
.AnyTagClassName
{
color: #99216B;
}
</style>
background-color css
<style>
a { background-color: #99216B; }
a { background-color: rgb(153,33,107); }
div.DivClassName
{
background-color: #99216B;
}
.BgClassName
{
background-color: #99216B;
}
</style>
border-color css
<style>
span { border-color: #99216B; }
span { border-color: rgb(153,33,107); }
td.TdClassName
{
border-color: #99216B;
}
.TagClassName
{
border-color: #99216B;
}
</style>