Shades of Jazzberry Jam #961868
Tints of Jazzberry Jam #961868
RGB
CMYK
RGB Variations
Color information
#961868 (or 0x961868) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 68. RGB value is (150,24,104). Sum of RGB (Red+Green+Blue) = 150+24+104=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #961868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961868 is #69E797. Grayscale: #464646. Windows color (decimal): -6940568 or 6822038. OLE color: 6822038.
HSL color Cylindrical-coordinate representation of color #961868: hue angle of 321.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961868 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 104 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.41 |
| HSL | 321.9º | 0.72% | 0.34% | - |
| HSV(B) | 321.9º | 0.84% | 0.59% | - |
| XYZ | 15.4 | 8.14 | 13.86 | - |
| YUV | 70.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 104 | 0 | 0.84 | 0.31 | 0.41 | 321.9 | 0.72 | 0.34 |
| Hex | 96 | 18 | 68 | 0 | 54 | 1F | 29 | 142 | 48 | 22 |
| Octal | 226 | 30 | 150 | 0 | 124 | 37 | 51 | 502 | 110 | 42 |
| Binary | 10010110 | 11000 | 1101000 | 0 | 1010100 | 11111 | 101001 | 101000010 | 1001000 | 100010 |
Color Harmonies of #961868
Complementary color
Monochromatic Colors of #961868
Black with #961868
Text Example
Text Example
White with #961868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961868; }
p { color: rgb(150,24,104); }
H1.HeaderClassName
{
color: #961868;
}
.AnyTagClassName
{
color: #961868;
}
</style>
background-color css
<style>
a { background-color: #961868; }
a { background-color: rgb(150,24,104); }
div.DivClassName
{
background-color: #961868;
}
.BgClassName
{
background-color: #961868;
}
</style>
border-color css
<style>
span { border-color: #961868; }
span { border-color: rgb(150,24,104); }
td.TdClassName
{
border-color: #961868;
}
.TagClassName
{
border-color: #961868;
}
</style>