Shades of Jazzberry Jam #95014E
Tints of Jazzberry Jam #95014E
RGB
CMYK
RGB Variations
Color information
#95014E (or 0x95014E) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 4E. RGB value is (149,1,78). Sum of RGB (Red+Green+Blue) = 149+1+78=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95014E is #6AFEB1. Grayscale: #353535. Windows color (decimal): -7012018 or 5112213. OLE color: 5112213.
HSL color Cylindrical-coordinate representation of color #95014E: hue angle of 328.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95014E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.42 |
| HSL | 328.78º | 0.99% | 0.29% | - |
| HSV(B) | 328.78º | 0.99% | 0.58% | - |
| XYZ | 13.78 | 6.96 | 7.83 | - |
| YUV | 54.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 78 | 0 | 0.99 | 0.48 | 0.42 | 328.78 | 0.99 | 0.29 |
| Hex | 95 | 1 | 4E | 0 | 63 | 30 | 2A | 149 | 63 | 1D |
| Octal | 225 | 1 | 116 | 0 | 143 | 60 | 52 | 511 | 143 | 35 |
| Binary | 10010101 | 1 | 1001110 | 0 | 1100011 | 110000 | 101010 | 101001001 | 1100011 | 11101 |
Color Harmonies of #95014E
Complementary color
Monochromatic Colors of #95014E
Black with #95014E
Text Example
Text Example
White with #95014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95014E; }
p { color: rgb(149,1,78); }
H1.HeaderClassName
{
color: #95014E;
}
.AnyTagClassName
{
color: #95014E;
}
</style>
background-color css
<style>
a { background-color: #95014E; }
a { background-color: rgb(149,1,78); }
div.DivClassName
{
background-color: #95014E;
}
.BgClassName
{
background-color: #95014E;
}
</style>
border-color css
<style>
span { border-color: #95014E; }
span { border-color: rgb(149,1,78); }
td.TdClassName
{
border-color: #95014E;
}
.TagClassName
{
border-color: #95014E;
}
</style>