Shades of Jazzberry Jam #96105C
Tints of Jazzberry Jam #96105C
RGB
CMYK
RGB Variations
Color information
#96105C (or 0x96105C) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 5C. RGB value is (150,16,92). Sum of RGB (Red+Green+Blue) = 150+16+92=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96105C is #69EFA3. Grayscale: #404040. Windows color (decimal): -6942628 or 6033558. OLE color: 6033558.
HSL color Cylindrical-coordinate representation of color #96105C: hue angle of 325.97º 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 #96105C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 92 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.41 |
| HSL | 325.97º | 0.81% | 0.33% | - |
| HSV(B) | 325.97º | 0.89% | 0.59% | - |
| XYZ | 14.69 | 7.63 | 10.82 | - |
| YUV | 64.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 92 | 0 | 0.89 | 0.39 | 0.41 | 325.97 | 0.81 | 0.33 |
| Hex | 96 | 10 | 5C | 0 | 59 | 27 | 29 | 146 | 51 | 21 |
| Octal | 226 | 20 | 134 | 0 | 131 | 47 | 51 | 506 | 121 | 41 |
| Binary | 10010110 | 10000 | 1011100 | 0 | 1011001 | 100111 | 101001 | 101000110 | 1010001 | 100001 |
Color Harmonies of #96105C
Complementary color
Monochromatic Colors of #96105C
Black with #96105C
Text Example
Text Example
White with #96105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96105C; }
p { color: rgb(150,16,92); }
H1.HeaderClassName
{
color: #96105C;
}
.AnyTagClassName
{
color: #96105C;
}
</style>
background-color css
<style>
a { background-color: #96105C; }
a { background-color: rgb(150,16,92); }
div.DivClassName
{
background-color: #96105C;
}
.BgClassName
{
background-color: #96105C;
}
</style>
border-color css
<style>
span { border-color: #96105C; }
span { border-color: rgb(150,16,92); }
td.TdClassName
{
border-color: #96105C;
}
.TagClassName
{
border-color: #96105C;
}
</style>