Shades of Jazzberry Jam #961B69
Tints of Jazzberry Jam #961B69
RGB
CMYK
RGB Variations
Color information
#961B69 (or 0x961B69) is known color: Jazzberry Jam. HEX triplet: 96, 1B and 69. RGB value is (150,27,105). Sum of RGB (Red+Green+Blue) = 150+27+105=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #961B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B69 is #69E496. Grayscale: #484848. Windows color (decimal): -6939799 or 6888342. OLE color: 6888342.
HSL color Cylindrical-coordinate representation of color #961B69: hue angle of 321.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B69 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 105 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.41 |
| HSL | 321.95º | 0.69% | 0.35% | - |
| HSV(B) | 321.95º | 0.82% | 0.59% | - |
| XYZ | 15.52 | 8.29 | 14.15 | - |
| YUV | 72.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 105 | 0 | 0.82 | 0.30 | 0.41 | 321.95 | 0.69 | 0.35 |
| Hex | 96 | 1B | 69 | 0 | 52 | 1E | 29 | 142 | 45 | 23 |
| Octal | 226 | 33 | 151 | 0 | 122 | 36 | 51 | 502 | 105 | 43 |
| Binary | 10010110 | 11011 | 1101001 | 0 | 1010010 | 11110 | 101001 | 101000010 | 1000101 | 100011 |
Color Harmonies of #961B69
Complementary color
Monochromatic Colors of #961B69
Black with #961B69
Text Example
Text Example
White with #961B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B69; }
p { color: rgb(150,27,105); }
H1.HeaderClassName
{
color: #961B69;
}
.AnyTagClassName
{
color: #961B69;
}
</style>
background-color css
<style>
a { background-color: #961B69; }
a { background-color: rgb(150,27,105); }
div.DivClassName
{
background-color: #961B69;
}
.BgClassName
{
background-color: #961B69;
}
</style>
border-color css
<style>
span { border-color: #961B69; }
span { border-color: rgb(150,27,105); }
td.TdClassName
{
border-color: #961B69;
}
.TagClassName
{
border-color: #961B69;
}
</style>