Shades of Jazzberry Jam #951963
Tints of Jazzberry Jam #951963
RGB
CMYK
RGB Variations
Color information
#951963 (or 0x951963) is known color: Jazzberry Jam. HEX triplet: 95, 19 and 63. RGB value is (149,25,99). Sum of RGB (Red+Green+Blue) = 149+25+99=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #951963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951963 is #6AE69C. Grayscale: #464646. Windows color (decimal): -7005853 or 6494613. OLE color: 6494613.
HSL color Cylindrical-coordinate representation of color #951963: hue angle of 324.19º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951963 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 99 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.42 |
| HSL | 324.19º | 0.71% | 0.34% | - |
| HSV(B) | 324.19º | 0.83% | 0.58% | - |
| XYZ | 14.99 | 7.99 | 12.56 | - |
| YUV | 70.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 99 | 0 | 0.83 | 0.34 | 0.42 | 324.19 | 0.71 | 0.34 |
| Hex | 95 | 19 | 63 | 0 | 53 | 22 | 2A | 144 | 47 | 22 |
| Octal | 225 | 31 | 143 | 0 | 123 | 42 | 52 | 504 | 107 | 42 |
| Binary | 10010101 | 11001 | 1100011 | 0 | 1010011 | 100010 | 101010 | 101000100 | 1000111 | 100010 |
Color Harmonies of #951963
Complementary color
Monochromatic Colors of #951963
Black with #951963
Text Example
Text Example
White with #951963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951963; }
p { color: rgb(149,25,99); }
H1.HeaderClassName
{
color: #951963;
}
.AnyTagClassName
{
color: #951963;
}
</style>
background-color css
<style>
a { background-color: #951963; }
a { background-color: rgb(149,25,99); }
div.DivClassName
{
background-color: #951963;
}
.BgClassName
{
background-color: #951963;
}
</style>
border-color css
<style>
span { border-color: #951963; }
span { border-color: rgb(149,25,99); }
td.TdClassName
{
border-color: #951963;
}
.TagClassName
{
border-color: #951963;
}
</style>