Shades of Jazzberry Jam #95004C
Tints of Jazzberry Jam #95004C
RGB
CMYK
RGB Variations
Color information
#95004C (or 0x95004C) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 4C. RGB value is (149,0,76). Sum of RGB (Red+Green+Blue) = 149+0+76=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #95004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95004C is #6AFFB3. Grayscale: #353535. Windows color (decimal): -7012276 or 4980885. OLE color: 4980885.
HSL color Cylindrical-coordinate representation of color #95004C: hue angle of 329.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95004C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.49 | 0.42 |
| HSL | 329.4º | 1% | 0.29% | - |
| HSV(B) | 329.4º | 1% | 0.58% | - |
| XYZ | 13.7 | 6.91 | 7.45 | - |
| YUV | 53.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 76 | 0 | 1 | 0.49 | 0.42 | 329.4 | 1 | 0.29 |
| Hex | 95 | 0 | 4C | 0 | 64 | 31 | 2A | 149 | 64 | 1D |
| Octal | 225 | 0 | 114 | 0 | 144 | 61 | 52 | 511 | 144 | 35 |
| Binary | 10010101 | 0 | 1001100 | 0 | 1100100 | 110001 | 101010 | 101001001 | 1100100 | 11101 |
Color Harmonies of #95004C
Complementary color
Monochromatic Colors of #95004C
Black with #95004C
Text Example
Text Example
White with #95004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95004C; }
p { color: rgb(149,0,76); }
H1.HeaderClassName
{
color: #95004C;
}
.AnyTagClassName
{
color: #95004C;
}
</style>
background-color css
<style>
a { background-color: #95004C; }
a { background-color: rgb(149,0,76); }
div.DivClassName
{
background-color: #95004C;
}
.BgClassName
{
background-color: #95004C;
}
</style>
border-color css
<style>
span { border-color: #95004C; }
span { border-color: rgb(149,0,76); }
td.TdClassName
{
border-color: #95004C;
}
.TagClassName
{
border-color: #95004C;
}
</style>