Shades of Jazzberry Jam #951864
Tints of Jazzberry Jam #951864
RGB
CMYK
RGB Variations
Color information
#951864 (or 0x951864) is known color: Jazzberry Jam. HEX triplet: 95, 18 and 64. RGB value is (149,24,100). Sum of RGB (Red+Green+Blue) = 149+24+100=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #951864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951864 is #6AE79B. Grayscale: #454545. Windows color (decimal): -7006108 or 6559893. OLE color: 6559893.
HSL color Cylindrical-coordinate representation of color #951864: hue angle of 323.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951864 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 100 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.42 |
| HSL | 323.52º | 0.72% | 0.34% | - |
| HSV(B) | 323.52º | 0.84% | 0.58% | - |
| XYZ | 15.02 | 7.96 | 12.8 | - |
| YUV | 70.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 100 | 0 | 0.84 | 0.33 | 0.42 | 323.52 | 0.72 | 0.34 |
| Hex | 95 | 18 | 64 | 0 | 54 | 21 | 2A | 144 | 48 | 22 |
| Octal | 225 | 30 | 144 | 0 | 124 | 41 | 52 | 504 | 110 | 42 |
| Binary | 10010101 | 11000 | 1100100 | 0 | 1010100 | 100001 | 101010 | 101000100 | 1001000 | 100010 |
Color Harmonies of #951864
Complementary color
Monochromatic Colors of #951864
Black with #951864
Text Example
Text Example
White with #951864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951864; }
p { color: rgb(149,24,100); }
H1.HeaderClassName
{
color: #951864;
}
.AnyTagClassName
{
color: #951864;
}
</style>
background-color css
<style>
a { background-color: #951864; }
a { background-color: rgb(149,24,100); }
div.DivClassName
{
background-color: #951864;
}
.BgClassName
{
background-color: #951864;
}
</style>
border-color css
<style>
span { border-color: #951864; }
span { border-color: rgb(149,24,100); }
td.TdClassName
{
border-color: #951864;
}
.TagClassName
{
border-color: #951864;
}
</style>