Shades of Jazzberry Jam #95104B
Tints of Jazzberry Jam #95104B
RGB
CMYK
RGB Variations
Color information
#95104B (or 0x95104B) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 4B. RGB value is (149,16,75). Sum of RGB (Red+Green+Blue) = 149+16+75=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #95104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95104B is #6AEFB4. Grayscale: #3E3E3E. Windows color (decimal): -7008181 or 4919445. OLE color: 4919445.
HSL color Cylindrical-coordinate representation of color #95104B: hue angle of 333.38º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95104B is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 75 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.42 |
| HSL | 333.38º | 0.81% | 0.32% | - |
| HSV(B) | 333.38º | 0.89% | 0.58% | - |
| XYZ | 13.85 | 7.27 | 7.33 | - |
| YUV | 62.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 75 | 0 | 0.89 | 0.50 | 0.42 | 333.38 | 0.81 | 0.32 |
| Hex | 95 | 10 | 4B | 0 | 59 | 32 | 2A | 14D | 51 | 20 |
| Octal | 225 | 20 | 113 | 0 | 131 | 62 | 52 | 515 | 121 | 40 |
| Binary | 10010101 | 10000 | 1001011 | 0 | 1011001 | 110010 | 101010 | 101001101 | 1010001 | 100000 |
Color Harmonies of #95104B
Complementary color
Monochromatic Colors of #95104B
Black with #95104B
Text Example
Text Example
White with #95104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95104B; }
p { color: rgb(149,16,75); }
H1.HeaderClassName
{
color: #95104B;
}
.AnyTagClassName
{
color: #95104B;
}
</style>
background-color css
<style>
a { background-color: #95104B; }
a { background-color: rgb(149,16,75); }
div.DivClassName
{
background-color: #95104B;
}
.BgClassName
{
background-color: #95104B;
}
</style>
border-color css
<style>
span { border-color: #95104B; }
span { border-color: rgb(149,16,75); }
td.TdClassName
{
border-color: #95104B;
}
.TagClassName
{
border-color: #95104B;
}
</style>