Shades of Jazzberry Jam #95115A
Tints of Jazzberry Jam #95115A
RGB
CMYK
RGB Variations
Color information
#95115A (or 0x95115A) is known color: Jazzberry Jam. HEX triplet: 95, 11 and 5A. RGB value is (149,17,90). Sum of RGB (Red+Green+Blue) = 149+17+90=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95115A is #6AEEA5. Grayscale: #404040. Windows color (decimal): -7007910 or 5902741. OLE color: 5902741.
HSL color Cylindrical-coordinate representation of color #95115A: hue angle of 326.82º 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 #95115A is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 90 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.42 |
| HSL | 326.82º | 0.8% | 0.33% | - |
| HSV(B) | 326.82º | 0.89% | 0.58% | - |
| XYZ | 14.44 | 7.53 | 10.36 | - |
| YUV | 64.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 90 | 0 | 0.89 | 0.40 | 0.42 | 326.82 | 0.8 | 0.33 |
| Hex | 95 | 11 | 5A | 0 | 59 | 28 | 2A | 147 | 50 | 21 |
| Octal | 225 | 21 | 132 | 0 | 131 | 50 | 52 | 507 | 120 | 41 |
| Binary | 10010101 | 10001 | 1011010 | 0 | 1011001 | 101000 | 101010 | 101000111 | 1010000 | 100001 |
Color Harmonies of #95115A
Complementary color
Monochromatic Colors of #95115A
Black with #95115A
Text Example
Text Example
White with #95115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95115A; }
p { color: rgb(149,17,90); }
H1.HeaderClassName
{
color: #95115A;
}
.AnyTagClassName
{
color: #95115A;
}
</style>
background-color css
<style>
a { background-color: #95115A; }
a { background-color: rgb(149,17,90); }
div.DivClassName
{
background-color: #95115A;
}
.BgClassName
{
background-color: #95115A;
}
</style>
border-color css
<style>
span { border-color: #95115A; }
span { border-color: rgb(149,17,90); }
td.TdClassName
{
border-color: #95115A;
}
.TagClassName
{
border-color: #95115A;
}
</style>