Shades of Jazzberry Jam #961B6A
Tints of Jazzberry Jam #961B6A
RGB
CMYK
RGB Variations
Color information
#961B6A (or 0x961B6A) is known color: Jazzberry Jam. HEX triplet: 96, 1B and 6A. RGB value is (150,27,106). Sum of RGB (Red+Green+Blue) = 150+27+106=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #961B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B6A is #69E495. Grayscale: #484848. Windows color (decimal): -6939798 or 6953878. OLE color: 6953878.
HSL color Cylindrical-coordinate representation of color #961B6A: hue angle of 321.46º 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 #961B6A is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 106 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.41 |
| HSL | 321.46º | 0.69% | 0.35% | - |
| HSV(B) | 321.46º | 0.82% | 0.59% | - |
| XYZ | 15.57 | 8.31 | 14.42 | - |
| YUV | 72.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 106 | 0 | 0.82 | 0.29 | 0.41 | 321.46 | 0.69 | 0.35 |
| Hex | 96 | 1B | 6A | 0 | 52 | 1D | 29 | 141 | 45 | 23 |
| Octal | 226 | 33 | 152 | 0 | 122 | 35 | 51 | 501 | 105 | 43 |
| Binary | 10010110 | 11011 | 1101010 | 0 | 1010010 | 11101 | 101001 | 101000001 | 1000101 | 100011 |
Color Harmonies of #961B6A
Complementary color
Monochromatic Colors of #961B6A
Black with #961B6A
Text Example
Text Example
White with #961B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B6A; }
p { color: rgb(150,27,106); }
H1.HeaderClassName
{
color: #961B6A;
}
.AnyTagClassName
{
color: #961B6A;
}
</style>
background-color css
<style>
a { background-color: #961B6A; }
a { background-color: rgb(150,27,106); }
div.DivClassName
{
background-color: #961B6A;
}
.BgClassName
{
background-color: #961B6A;
}
</style>
border-color css
<style>
span { border-color: #961B6A; }
span { border-color: rgb(150,27,106); }
td.TdClassName
{
border-color: #961B6A;
}
.TagClassName
{
border-color: #961B6A;
}
</style>