Shades of Jazzberry Jam #95175E
Tints of Jazzberry Jam #95175E
RGB
CMYK
RGB Variations
Color information
#95175E (or 0x95175E) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 5E. RGB value is (149,23,94). Sum of RGB (Red+Green+Blue) = 149+23+94=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95175E is #6AE8A1. Grayscale: #444444. Windows color (decimal): -7006370 or 6166421. OLE color: 6166421.
HSL color Cylindrical-coordinate representation of color #95175E: hue angle of 326.19º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95175E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 94 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.42 |
| HSL | 326.19º | 0.73% | 0.34% | - |
| HSV(B) | 326.19º | 0.85% | 0.58% | - |
| XYZ | 14.72 | 7.81 | 11.32 | - |
| YUV | 68.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 94 | 0 | 0.85 | 0.37 | 0.42 | 326.19 | 0.73 | 0.34 |
| Hex | 95 | 17 | 5E | 0 | 55 | 25 | 2A | 146 | 49 | 22 |
| Octal | 225 | 27 | 136 | 0 | 125 | 45 | 52 | 506 | 111 | 42 |
| Binary | 10010101 | 10111 | 1011110 | 0 | 1010101 | 100101 | 101010 | 101000110 | 1001001 | 100010 |
Color Harmonies of #95175E
Complementary color
Monochromatic Colors of #95175E
Black with #95175E
Text Example
Text Example
White with #95175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95175E; }
p { color: rgb(149,23,94); }
H1.HeaderClassName
{
color: #95175E;
}
.AnyTagClassName
{
color: #95175E;
}
</style>
background-color css
<style>
a { background-color: #95175E; }
a { background-color: rgb(149,23,94); }
div.DivClassName
{
background-color: #95175E;
}
.BgClassName
{
background-color: #95175E;
}
</style>
border-color css
<style>
span { border-color: #95175E; }
span { border-color: rgb(149,23,94); }
td.TdClassName
{
border-color: #95175E;
}
.TagClassName
{
border-color: #95175E;
}
</style>