Shades of Jazzberry Jam #930147
Tints of Jazzberry Jam #930147
RGB
CMYK
RGB Variations
Color information
#930147 (or 0x930147) is known color: Jazzberry Jam. HEX triplet: 93, 01 and 47. RGB value is (147,1,71). Sum of RGB (Red+Green+Blue) = 147+1+71=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #930147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930147 is #6CFEB8. Grayscale: #343434. Windows color (decimal): -7143097 or 4653459. OLE color: 4653459.
HSL color Cylindrical-coordinate representation of color #930147: hue angle of 331.23º 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 #930147 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.42 |
| HSL | 331.23º | 0.99% | 0.29% | - |
| HSV(B) | 331.23º | 0.99% | 0.58% | - |
| XYZ | 13.18 | 6.68 | 6.56 | - |
| YUV | 52.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 71 | 0 | 0.99 | 0.52 | 0.42 | 331.23 | 0.99 | 0.29 |
| Hex | 93 | 1 | 47 | 0 | 63 | 34 | 2A | 14B | 63 | 1D |
| Octal | 223 | 1 | 107 | 0 | 143 | 64 | 52 | 513 | 143 | 35 |
| Binary | 10010011 | 1 | 1000111 | 0 | 1100011 | 110100 | 101010 | 101001011 | 1100011 | 11101 |
Color Harmonies of #930147
Complementary color
Monochromatic Colors of #930147
Black with #930147
Text Example
Text Example
White with #930147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930147; }
p { color: rgb(147,1,71); }
H1.HeaderClassName
{
color: #930147;
}
.AnyTagClassName
{
color: #930147;
}
</style>
background-color css
<style>
a { background-color: #930147; }
a { background-color: rgb(147,1,71); }
div.DivClassName
{
background-color: #930147;
}
.BgClassName
{
background-color: #930147;
}
</style>
border-color css
<style>
span { border-color: #930147; }
span { border-color: rgb(147,1,71); }
td.TdClassName
{
border-color: #930147;
}
.TagClassName
{
border-color: #930147;
}
</style>