Shades of Jazzberry Jam #950A56
Tints of Jazzberry Jam #950A56
RGB
CMYK
RGB Variations
Color information
#950A56 (or 0x950A56) is known color: Jazzberry Jam. HEX triplet: 95, 0A and 56. RGB value is (149,10,86). Sum of RGB (Red+Green+Blue) = 149+10+86=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #950A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A56 is #6AF5A9. Grayscale: #3C3C3C. Windows color (decimal): -7009706 or 5638805. OLE color: 5638805.
HSL color Cylindrical-coordinate representation of color #950A56: hue angle of 327.19º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A56 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 86 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.42 |
| HSL | 327.19º | 0.87% | 0.31% | - |
| HSV(B) | 327.19º | 0.93% | 0.58% | - |
| XYZ | 14.18 | 7.28 | 9.46 | - |
| YUV | 60.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 86 | 0 | 0.93 | 0.42 | 0.42 | 327.19 | 0.87 | 0.31 |
| Hex | 95 | A | 56 | 0 | 5D | 2A | 2A | 147 | 57 | 1F |
| Octal | 225 | 12 | 126 | 0 | 135 | 52 | 52 | 507 | 127 | 37 |
| Binary | 10010101 | 1010 | 1010110 | 0 | 1011101 | 101010 | 101010 | 101000111 | 1010111 | 11111 |
Color Harmonies of #950A56
Complementary color
Monochromatic Colors of #950A56
Black with #950A56
Text Example
Text Example
White with #950A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A56; }
p { color: rgb(149,10,86); }
H1.HeaderClassName
{
color: #950A56;
}
.AnyTagClassName
{
color: #950A56;
}
</style>
background-color css
<style>
a { background-color: #950A56; }
a { background-color: rgb(149,10,86); }
div.DivClassName
{
background-color: #950A56;
}
.BgClassName
{
background-color: #950A56;
}
</style>
border-color css
<style>
span { border-color: #950A56; }
span { border-color: rgb(149,10,86); }
td.TdClassName
{
border-color: #950A56;
}
.TagClassName
{
border-color: #950A56;
}
</style>