Shades of Jazzberry Jam #95115C
Tints of Jazzberry Jam #95115C
RGB
CMYK
RGB Variations
Color information
#95115C (or 0x95115C) is known color: Jazzberry Jam. HEX triplet: 95, 11 and 5C. RGB value is (149,17,92). Sum of RGB (Red+Green+Blue) = 149+17+92=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95115C is #6AEEA3. Grayscale: #404040. Windows color (decimal): -7007908 or 6033813. OLE color: 6033813.
HSL color Cylindrical-coordinate representation of color #95115C: hue angle of 325.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95115C is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 92 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.42 |
| HSL | 325.91º | 0.8% | 0.33% | - |
| HSV(B) | 325.91º | 0.89% | 0.58% | - |
| XYZ | 14.53 | 7.56 | 10.82 | - |
| YUV | 65.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 92 | 0 | 0.89 | 0.38 | 0.42 | 325.91 | 0.8 | 0.33 |
| Hex | 95 | 11 | 5C | 0 | 59 | 26 | 2A | 146 | 50 | 21 |
| Octal | 225 | 21 | 134 | 0 | 131 | 46 | 52 | 506 | 120 | 41 |
| Binary | 10010101 | 10001 | 1011100 | 0 | 1011001 | 100110 | 101010 | 101000110 | 1010000 | 100001 |
Color Harmonies of #95115C
Complementary color
Monochromatic Colors of #95115C
Black with #95115C
Text Example
Text Example
White with #95115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95115C; }
p { color: rgb(149,17,92); }
H1.HeaderClassName
{
color: #95115C;
}
.AnyTagClassName
{
color: #95115C;
}
</style>
background-color css
<style>
a { background-color: #95115C; }
a { background-color: rgb(149,17,92); }
div.DivClassName
{
background-color: #95115C;
}
.BgClassName
{
background-color: #95115C;
}
</style>
border-color css
<style>
span { border-color: #95115C; }
span { border-color: rgb(149,17,92); }
td.TdClassName
{
border-color: #95115C;
}
.TagClassName
{
border-color: #95115C;
}
</style>