Shades of Jazzberry Jam #96105B
Tints of Jazzberry Jam #96105B
RGB
CMYK
RGB Variations
Color information
#96105B (or 0x96105B) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 5B. RGB value is (150,16,91). Sum of RGB (Red+Green+Blue) = 150+16+91=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #96105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96105B is #69EFA4. Grayscale: #404040. Windows color (decimal): -6942629 or 5968022. OLE color: 5968022.
HSL color Cylindrical-coordinate representation of color #96105B: hue angle of 326.42º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96105B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 91 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.41 |
| HSL | 326.42º | 0.81% | 0.33% | - |
| HSV(B) | 326.42º | 0.89% | 0.59% | - |
| XYZ | 14.65 | 7.61 | 10.59 | - |
| YUV | 64.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 91 | 0 | 0.89 | 0.39 | 0.41 | 326.42 | 0.81 | 0.33 |
| Hex | 96 | 10 | 5B | 0 | 59 | 27 | 29 | 146 | 51 | 21 |
| Octal | 226 | 20 | 133 | 0 | 131 | 47 | 51 | 506 | 121 | 41 |
| Binary | 10010110 | 10000 | 1011011 | 0 | 1011001 | 100111 | 101001 | 101000110 | 1010001 | 100001 |
Color Harmonies of #96105B
Complementary color
Monochromatic Colors of #96105B
Black with #96105B
Text Example
Text Example
White with #96105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96105B; }
p { color: rgb(150,16,91); }
H1.HeaderClassName
{
color: #96105B;
}
.AnyTagClassName
{
color: #96105B;
}
</style>
background-color css
<style>
a { background-color: #96105B; }
a { background-color: rgb(150,16,91); }
div.DivClassName
{
background-color: #96105B;
}
.BgClassName
{
background-color: #96105B;
}
</style>
border-color css
<style>
span { border-color: #96105B; }
span { border-color: rgb(150,16,91); }
td.TdClassName
{
border-color: #96105B;
}
.TagClassName
{
border-color: #96105B;
}
</style>