Shades of Jazzberry Jam #961869
Tints of Jazzberry Jam #961869
RGB
CMYK
RGB Variations
Color information
#961869 (or 0x961869) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 69. RGB value is (150,24,105). Sum of RGB (Red+Green+Blue) = 150+24+105=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #961869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961869 is #69E796. Grayscale: #464646. Windows color (decimal): -6940567 or 6887574. OLE color: 6887574.
HSL color Cylindrical-coordinate representation of color #961869: hue angle of 321.43º 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 #961869 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 105 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.41 |
| HSL | 321.43º | 0.72% | 0.34% | - |
| HSV(B) | 321.43º | 0.84% | 0.59% | - |
| XYZ | 15.45 | 8.16 | 14.12 | - |
| YUV | 70.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 105 | 0 | 0.84 | 0.30 | 0.41 | 321.43 | 0.72 | 0.34 |
| Hex | 96 | 18 | 69 | 0 | 54 | 1E | 29 | 141 | 48 | 22 |
| Octal | 226 | 30 | 151 | 0 | 124 | 36 | 51 | 501 | 110 | 42 |
| Binary | 10010110 | 11000 | 1101001 | 0 | 1010100 | 11110 | 101001 | 101000001 | 1001000 | 100010 |
Color Harmonies of #961869
Complementary color
Monochromatic Colors of #961869
Black with #961869
Text Example
Text Example
White with #961869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961869; }
p { color: rgb(150,24,105); }
H1.HeaderClassName
{
color: #961869;
}
.AnyTagClassName
{
color: #961869;
}
</style>
background-color css
<style>
a { background-color: #961869; }
a { background-color: rgb(150,24,105); }
div.DivClassName
{
background-color: #961869;
}
.BgClassName
{
background-color: #961869;
}
</style>
border-color css
<style>
span { border-color: #961869; }
span { border-color: rgb(150,24,105); }
td.TdClassName
{
border-color: #961869;
}
.TagClassName
{
border-color: #961869;
}
</style>