Shades of Jazzberry Jam #950E57
Tints of Jazzberry Jam #950E57
RGB
CMYK
RGB Variations
Color information
#950E57 (or 0x950E57) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 57. RGB value is (149,14,87). Sum of RGB (Red+Green+Blue) = 149+14+87=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #950E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E57 is #6AF1A8. Grayscale: #3E3E3E. Windows color (decimal): -7008681 or 5705365. OLE color: 5705365.
HSL color Cylindrical-coordinate representation of color #950E57: hue angle of 327.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E57 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 87 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.42 |
| HSL | 327.56º | 0.83% | 0.32% | - |
| HSV(B) | 327.56º | 0.91% | 0.58% | - |
| XYZ | 14.27 | 7.39 | 9.69 | - |
| YUV | 62.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 87 | 0 | 0.91 | 0.42 | 0.42 | 327.56 | 0.83 | 0.32 |
| Hex | 95 | E | 57 | 0 | 5B | 2A | 2A | 148 | 53 | 20 |
| Octal | 225 | 16 | 127 | 0 | 133 | 52 | 52 | 510 | 123 | 40 |
| Binary | 10010101 | 1110 | 1010111 | 0 | 1011011 | 101010 | 101010 | 101001000 | 1010011 | 100000 |
Color Harmonies of #950E57
Complementary color
Monochromatic Colors of #950E57
Black with #950E57
Text Example
Text Example
White with #950E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E57; }
p { color: rgb(149,14,87); }
H1.HeaderClassName
{
color: #950E57;
}
.AnyTagClassName
{
color: #950E57;
}
</style>
background-color css
<style>
a { background-color: #950E57; }
a { background-color: rgb(149,14,87); }
div.DivClassName
{
background-color: #950E57;
}
.BgClassName
{
background-color: #950E57;
}
</style>
border-color css
<style>
span { border-color: #950E57; }
span { border-color: rgb(149,14,87); }
td.TdClassName
{
border-color: #950E57;
}
.TagClassName
{
border-color: #950E57;
}
</style>