Shades of Jazzberry Jam #960243
Tints of Jazzberry Jam #960243
RGB
CMYK
RGB Variations
Color information
#960243 (or 0x960243) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 43. RGB value is (150,2,67). Sum of RGB (Red+Green+Blue) = 150+2+67=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #960243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960243 is #69FDBC. Grayscale: #353535. Windows color (decimal): -6946237 or 4391574. OLE color: 4391574.
HSL color Cylindrical-coordinate representation of color #960243: hue angle of 333.65º 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 #960243 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.41 |
| HSL | 333.65º | 0.97% | 0.3% | - |
| HSV(B) | 333.65º | 0.99% | 0.59% | - |
| XYZ | 13.61 | 6.93 | 5.93 | - |
| YUV | 53.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 67 | 0 | 0.99 | 0.55 | 0.41 | 333.65 | 0.97 | 0.3 |
| Hex | 96 | 2 | 43 | 0 | 63 | 37 | 29 | 14E | 61 | 1E |
| Octal | 226 | 2 | 103 | 0 | 143 | 67 | 51 | 516 | 141 | 36 |
| Binary | 10010110 | 10 | 1000011 | 0 | 1100011 | 110111 | 101001 | 101001110 | 1100001 | 11110 |
Color Harmonies of #960243
Complementary color
Monochromatic Colors of #960243
Black with #960243
Text Example
Text Example
White with #960243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960243; }
p { color: rgb(150,2,67); }
H1.HeaderClassName
{
color: #960243;
}
.AnyTagClassName
{
color: #960243;
}
</style>
background-color css
<style>
a { background-color: #960243; }
a { background-color: rgb(150,2,67); }
div.DivClassName
{
background-color: #960243;
}
.BgClassName
{
background-color: #960243;
}
</style>
border-color css
<style>
span { border-color: #960243; }
span { border-color: rgb(150,2,67); }
td.TdClassName
{
border-color: #960243;
}
.TagClassName
{
border-color: #960243;
}
</style>