Shades of Jazzberry Jam #930144
Tints of Jazzberry Jam #930144
RGB
CMYK
RGB Variations
Color information
#930144 (or 0x930144) is known color: Jazzberry Jam. HEX triplet: 93, 01 and 44. RGB value is (147,1,68). Sum of RGB (Red+Green+Blue) = 147+1+68=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #930144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930144 is #6CFEBB. Grayscale: #343434. Windows color (decimal): -7143100 or 4456851. OLE color: 4456851.
HSL color Cylindrical-coordinate representation of color #930144: hue angle of 332.47º 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 #930144 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.42 |
| HSL | 332.47º | 0.99% | 0.29% | - |
| HSV(B) | 332.47º | 0.99% | 0.58% | - |
| XYZ | 13.09 | 6.64 | 6.06 | - |
| YUV | 52.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 68 | 0 | 0.99 | 0.54 | 0.42 | 332.47 | 0.99 | 0.29 |
| Hex | 93 | 1 | 44 | 0 | 63 | 36 | 2A | 14C | 63 | 1D |
| Octal | 223 | 1 | 104 | 0 | 143 | 66 | 52 | 514 | 143 | 35 |
| Binary | 10010011 | 1 | 1000100 | 0 | 1100011 | 110110 | 101010 | 101001100 | 1100011 | 11101 |
Color Harmonies of #930144
Complementary color
Monochromatic Colors of #930144
Black with #930144
Text Example
Text Example
White with #930144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930144; }
p { color: rgb(147,1,68); }
H1.HeaderClassName
{
color: #930144;
}
.AnyTagClassName
{
color: #930144;
}
</style>
background-color css
<style>
a { background-color: #930144; }
a { background-color: rgb(147,1,68); }
div.DivClassName
{
background-color: #930144;
}
.BgClassName
{
background-color: #930144;
}
</style>
border-color css
<style>
span { border-color: #930144; }
span { border-color: rgb(147,1,68); }
td.TdClassName
{
border-color: #930144;
}
.TagClassName
{
border-color: #930144;
}
</style>