Shades of Jazzberry Jam #951765
Tints of Jazzberry Jam #951765
RGB
CMYK
RGB Variations
Color information
#951765 (or 0x951765) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 65. RGB value is (149,23,101). Sum of RGB (Red+Green+Blue) = 149+23+101=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #951765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951765 is #6AE89A. Grayscale: #454545. Windows color (decimal): -7006363 or 6625173. OLE color: 6625173.
HSL color Cylindrical-coordinate representation of color #951765: hue angle of 322.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951765 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 101 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.42 |
| HSL | 322.86º | 0.73% | 0.34% | - |
| HSV(B) | 322.86º | 0.85% | 0.58% | - |
| XYZ | 15.05 | 7.94 | 13.05 | - |
| YUV | 69.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 101 | 0 | 0.85 | 0.32 | 0.42 | 322.86 | 0.73 | 0.34 |
| Hex | 95 | 17 | 65 | 0 | 55 | 20 | 2A | 143 | 49 | 22 |
| Octal | 225 | 27 | 145 | 0 | 125 | 40 | 52 | 503 | 111 | 42 |
| Binary | 10010101 | 10111 | 1100101 | 0 | 1010101 | 100000 | 101010 | 101000011 | 1001001 | 100010 |
Color Harmonies of #951765
Complementary color
Monochromatic Colors of #951765
Black with #951765
Text Example
Text Example
White with #951765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951765; }
p { color: rgb(149,23,101); }
H1.HeaderClassName
{
color: #951765;
}
.AnyTagClassName
{
color: #951765;
}
</style>
background-color css
<style>
a { background-color: #951765; }
a { background-color: rgb(149,23,101); }
div.DivClassName
{
background-color: #951765;
}
.BgClassName
{
background-color: #951765;
}
</style>
border-color css
<style>
span { border-color: #951765; }
span { border-color: rgb(149,23,101); }
td.TdClassName
{
border-color: #951765;
}
.TagClassName
{
border-color: #951765;
}
</style>