Shades of Jazzberry Jam #951965
Tints of Jazzberry Jam #951965
RGB
CMYK
RGB Variations
Color information
#951965 (or 0x951965) is known color: Jazzberry Jam. HEX triplet: 95, 19 and 65. RGB value is (149,25,101). Sum of RGB (Red+Green+Blue) = 149+25+101=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #951965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951965 is #6AE69A. Grayscale: #464646. Windows color (decimal): -7005851 or 6625685. OLE color: 6625685.
HSL color Cylindrical-coordinate representation of color #951965: hue angle of 323.23º 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 #951965 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 101 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.42 |
| HSL | 323.23º | 0.71% | 0.34% | - |
| HSV(B) | 323.23º | 0.83% | 0.58% | - |
| XYZ | 15.09 | 8.02 | 13.07 | - |
| YUV | 70.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 101 | 0 | 0.83 | 0.32 | 0.42 | 323.23 | 0.71 | 0.34 |
| Hex | 95 | 19 | 65 | 0 | 53 | 20 | 2A | 143 | 47 | 22 |
| Octal | 225 | 31 | 145 | 0 | 123 | 40 | 52 | 503 | 107 | 42 |
| Binary | 10010101 | 11001 | 1100101 | 0 | 1010011 | 100000 | 101010 | 101000011 | 1000111 | 100010 |
Color Harmonies of #951965
Complementary color
Monochromatic Colors of #951965
Black with #951965
Text Example
Text Example
White with #951965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951965; }
p { color: rgb(149,25,101); }
H1.HeaderClassName
{
color: #951965;
}
.AnyTagClassName
{
color: #951965;
}
</style>
background-color css
<style>
a { background-color: #951965; }
a { background-color: rgb(149,25,101); }
div.DivClassName
{
background-color: #951965;
}
.BgClassName
{
background-color: #951965;
}
</style>
border-color css
<style>
span { border-color: #951965; }
span { border-color: rgb(149,25,101); }
td.TdClassName
{
border-color: #951965;
}
.TagClassName
{
border-color: #951965;
}
</style>