Shades of Jazzberry Jam #960250
Tints of Jazzberry Jam #960250
RGB
CMYK
RGB Variations
Color information
#960250 (or 0x960250) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 50. RGB value is (150,2,80). Sum of RGB (Red+Green+Blue) = 150+2+80=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #960250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960250 is #69FDAF. Grayscale: #363636. Windows color (decimal): -6946224 or 5243542. OLE color: 5243542.
HSL color Cylindrical-coordinate representation of color #960250: hue angle of 328.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960250 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.41 |
| HSL | 328.38º | 0.97% | 0.3% | - |
| HSV(B) | 328.38º | 0.99% | 0.59% | - |
| XYZ | 14.05 | 7.11 | 8.22 | - |
| YUV | 55.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 80 | 0 | 0.99 | 0.47 | 0.41 | 328.38 | 0.97 | 0.3 |
| Hex | 96 | 2 | 50 | 0 | 63 | 2F | 29 | 148 | 61 | 1E |
| Octal | 226 | 2 | 120 | 0 | 143 | 57 | 51 | 510 | 141 | 36 |
| Binary | 10010110 | 10 | 1010000 | 0 | 1100011 | 101111 | 101001 | 101001000 | 1100001 | 11110 |
Color Harmonies of #960250
Complementary color
Monochromatic Colors of #960250
Black with #960250
Text Example
Text Example
White with #960250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960250; }
p { color: rgb(150,2,80); }
H1.HeaderClassName
{
color: #960250;
}
.AnyTagClassName
{
color: #960250;
}
</style>
background-color css
<style>
a { background-color: #960250; }
a { background-color: rgb(150,2,80); }
div.DivClassName
{
background-color: #960250;
}
.BgClassName
{
background-color: #960250;
}
</style>
border-color css
<style>
span { border-color: #960250; }
span { border-color: rgb(150,2,80); }
td.TdClassName
{
border-color: #960250;
}
.TagClassName
{
border-color: #960250;
}
</style>