Shades of Jazzberry Jam #95165D
Tints of Jazzberry Jam #95165D
RGB
CMYK
RGB Variations
Color information
#95165D (or 0x95165D) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 5D. RGB value is (149,22,93). Sum of RGB (Red+Green+Blue) = 149+22+93=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95165D is #6AE9A2. Grayscale: #434343. Windows color (decimal): -7006627 or 6100629. OLE color: 6100629.
HSL color Cylindrical-coordinate representation of color #95165D: hue angle of 326.46º degrees, saturation: 0.74, 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 #95165D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 93 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.42 |
| HSL | 326.46º | 0.74% | 0.34% | - |
| HSV(B) | 326.46º | 0.85% | 0.58% | - |
| XYZ | 14.66 | 7.75 | 11.08 | - |
| YUV | 68.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 93 | 0 | 0.85 | 0.38 | 0.42 | 326.46 | 0.74 | 0.34 |
| Hex | 95 | 16 | 5D | 0 | 55 | 26 | 2A | 146 | 4A | 22 |
| Octal | 225 | 26 | 135 | 0 | 125 | 46 | 52 | 506 | 112 | 42 |
| Binary | 10010101 | 10110 | 1011101 | 0 | 1010101 | 100110 | 101010 | 101000110 | 1001010 | 100010 |
Color Harmonies of #95165D
Complementary color
Monochromatic Colors of #95165D
Black with #95165D
Text Example
Text Example
White with #95165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95165D; }
p { color: rgb(149,22,93); }
H1.HeaderClassName
{
color: #95165D;
}
.AnyTagClassName
{
color: #95165D;
}
</style>
background-color css
<style>
a { background-color: #95165D; }
a { background-color: rgb(149,22,93); }
div.DivClassName
{
background-color: #95165D;
}
.BgClassName
{
background-color: #95165D;
}
</style>
border-color css
<style>
span { border-color: #95165D; }
span { border-color: rgb(149,22,93); }
td.TdClassName
{
border-color: #95165D;
}
.TagClassName
{
border-color: #95165D;
}
</style>