Shades of Jazzberry Jam #950141
Tints of Jazzberry Jam #950141
RGB
CMYK
RGB Variations
Color information
#950141 (or 0x950141) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 41. RGB value is (149,1,65). Sum of RGB (Red+Green+Blue) = 149+1+65=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #950141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950141 is #6AFEBE. Grayscale: #343434. Windows color (decimal): -7012031 or 4260245. OLE color: 4260245.
HSL color Cylindrical-coordinate representation of color #950141: hue angle of 334.05º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950141 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.42 |
| HSL | 334.05º | 0.99% | 0.29% | - |
| HSV(B) | 334.05º | 0.99% | 0.58% | - |
| XYZ | 13.36 | 6.79 | 5.61 | - |
| YUV | 52.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 65 | 0 | 0.99 | 0.56 | 0.42 | 334.05 | 0.99 | 0.29 |
| Hex | 95 | 1 | 41 | 0 | 63 | 38 | 2A | 14E | 63 | 1D |
| Octal | 225 | 1 | 101 | 0 | 143 | 70 | 52 | 516 | 143 | 35 |
| Binary | 10010101 | 1 | 1000001 | 0 | 1100011 | 111000 | 101010 | 101001110 | 1100011 | 11101 |
Color Harmonies of #950141
Complementary color
Monochromatic Colors of #950141
Black with #950141
Text Example
Text Example
White with #950141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950141; }
p { color: rgb(149,1,65); }
H1.HeaderClassName
{
color: #950141;
}
.AnyTagClassName
{
color: #950141;
}
</style>
background-color css
<style>
a { background-color: #950141; }
a { background-color: rgb(149,1,65); }
div.DivClassName
{
background-color: #950141;
}
.BgClassName
{
background-color: #950141;
}
</style>
border-color css
<style>
span { border-color: #950141; }
span { border-color: rgb(149,1,65); }
td.TdClassName
{
border-color: #950141;
}
.TagClassName
{
border-color: #950141;
}
</style>