Shades of Jazzberry Jam #951F64
Tints of Jazzberry Jam #951F64
RGB
CMYK
RGB Variations
Color information
#951F64 (or 0x951F64) is known color: Jazzberry Jam. HEX triplet: 95, 1F and 64. RGB value is (149,31,100). Sum of RGB (Red+Green+Blue) = 149+31+100=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #951F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F64 is #6AE09B. Grayscale: #494949. Windows color (decimal): -7004316 or 6561685. OLE color: 6561685.
HSL color Cylindrical-coordinate representation of color #951F64: hue angle of 324.92º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #951F64 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 100 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.42 |
| HSL | 324.92º | 0.66% | 0.35% | - |
| HSV(B) | 324.92º | 0.79% | 0.58% | - |
| XYZ | 15.18 | 8.29 | 12.86 | - |
| YUV | 74.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 100 | 0 | 0.79 | 0.33 | 0.42 | 324.92 | 0.66 | 0.35 |
| Hex | 95 | 1F | 64 | 0 | 4F | 21 | 2A | 145 | 42 | 23 |
| Octal | 225 | 37 | 144 | 0 | 117 | 41 | 52 | 505 | 102 | 43 |
| Binary | 10010101 | 11111 | 1100100 | 0 | 1001111 | 100001 | 101010 | 101000101 | 1000010 | 100011 |
Color Harmonies of #951F64
Complementary color
Monochromatic Colors of #951F64
Black with #951F64
Text Example
Text Example
White with #951F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F64; }
p { color: rgb(149,31,100); }
H1.HeaderClassName
{
color: #951F64;
}
.AnyTagClassName
{
color: #951F64;
}
</style>
background-color css
<style>
a { background-color: #951F64; }
a { background-color: rgb(149,31,100); }
div.DivClassName
{
background-color: #951F64;
}
.BgClassName
{
background-color: #951F64;
}
</style>
border-color css
<style>
span { border-color: #951F64; }
span { border-color: rgb(149,31,100); }
td.TdClassName
{
border-color: #951F64;
}
.TagClassName
{
border-color: #951F64;
}
</style>