Shades of Jazzberry Jam #950F5C
Tints of Jazzberry Jam #950F5C
RGB
CMYK
RGB Variations
Color information
#950F5C (or 0x950F5C) is known color: Jazzberry Jam. HEX triplet: 95, 0F and 5C. RGB value is (149,15,92). Sum of RGB (Red+Green+Blue) = 149+15+92=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #950F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F5C is #6AF0A3. Grayscale: #3F3F3F. Windows color (decimal): -7008420 or 6033301. OLE color: 6033301.
HSL color Cylindrical-coordinate representation of color #950F5C: hue angle of 325.52º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F5C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 92 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.42 |
| HSL | 325.52º | 0.82% | 0.32% | - |
| HSV(B) | 325.52º | 0.9% | 0.58% | - |
| XYZ | 14.5 | 7.5 | 10.81 | - |
| YUV | 63.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 92 | 0 | 0.90 | 0.38 | 0.42 | 325.52 | 0.82 | 0.32 |
| Hex | 95 | F | 5C | 0 | 5A | 26 | 2A | 146 | 52 | 20 |
| Octal | 225 | 17 | 134 | 0 | 132 | 46 | 52 | 506 | 122 | 40 |
| Binary | 10010101 | 1111 | 1011100 | 0 | 1011010 | 100110 | 101010 | 101000110 | 1010010 | 100000 |
Color Harmonies of #950F5C
Complementary color
Monochromatic Colors of #950F5C
Black with #950F5C
Text Example
Text Example
White with #950F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F5C; }
p { color: rgb(149,15,92); }
H1.HeaderClassName
{
color: #950F5C;
}
.AnyTagClassName
{
color: #950F5C;
}
</style>
background-color css
<style>
a { background-color: #950F5C; }
a { background-color: rgb(149,15,92); }
div.DivClassName
{
background-color: #950F5C;
}
.BgClassName
{
background-color: #950F5C;
}
</style>
border-color css
<style>
span { border-color: #950F5C; }
span { border-color: rgb(149,15,92); }
td.TdClassName
{
border-color: #950F5C;
}
.TagClassName
{
border-color: #950F5C;
}
</style>