Shades of Jazzberry Jam #930E4D
Tints of Jazzberry Jam #930E4D
RGB
CMYK
RGB Variations
Color information
#930E4D (or 0x930E4D) is known color: Jazzberry Jam. HEX triplet: 93, 0E and 4D. RGB value is (147,14,77). Sum of RGB (Red+Green+Blue) = 147+14+77=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #930E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930E4D is #6CF1B2. Grayscale: #3C3C3C. Windows color (decimal): -7139763 or 5050003. OLE color: 5050003.
HSL color Cylindrical-coordinate representation of color #930E4D: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E4D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 77 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.42 |
| HSL | 331.58º | 0.83% | 0.32% | - |
| HSV(B) | 331.58º | 0.9% | 0.58% | - |
| XYZ | 13.53 | 7.05 | 7.67 | - |
| YUV | 60.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 77 | 0 | 0.90 | 0.48 | 0.42 | 331.58 | 0.83 | 0.32 |
| Hex | 93 | E | 4D | 0 | 5A | 30 | 2A | 14C | 53 | 20 |
| Octal | 223 | 16 | 115 | 0 | 132 | 60 | 52 | 514 | 123 | 40 |
| Binary | 10010011 | 1110 | 1001101 | 0 | 1011010 | 110000 | 101010 | 101001100 | 1010011 | 100000 |
Color Harmonies of #930E4D
Complementary color
Monochromatic Colors of #930E4D
Black with #930E4D
Text Example
Text Example
White with #930E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E4D; }
p { color: rgb(147,14,77); }
H1.HeaderClassName
{
color: #930E4D;
}
.AnyTagClassName
{
color: #930E4D;
}
</style>
background-color css
<style>
a { background-color: #930E4D; }
a { background-color: rgb(147,14,77); }
div.DivClassName
{
background-color: #930E4D;
}
.BgClassName
{
background-color: #930E4D;
}
</style>
border-color css
<style>
span { border-color: #930E4D; }
span { border-color: rgb(147,14,77); }
td.TdClassName
{
border-color: #930E4D;
}
.TagClassName
{
border-color: #930E4D;
}
</style>