Shades of Jazzberry Jam #93054D
Tints of Jazzberry Jam #93054D
RGB
CMYK
RGB Variations
Color information
#93054D (or 0x93054D) is known color: Jazzberry Jam. HEX triplet: 93, 05 and 4D. RGB value is (147,5,77). Sum of RGB (Red+Green+Blue) = 147+5+77=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93054D is #6CFAB2. Grayscale: #373737. Windows color (decimal): -7142067 or 5047699. OLE color: 5047699.
HSL color Cylindrical-coordinate representation of color #93054D: hue angle of 329.58º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93054D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.42 |
| HSL | 329.58º | 0.93% | 0.3% | - |
| HSV(B) | 329.58º | 0.97% | 0.58% | - |
| XYZ | 13.43 | 6.85 | 7.64 | - |
| YUV | 55.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 77 | 0 | 0.97 | 0.48 | 0.42 | 329.58 | 0.93 | 0.3 |
| Hex | 93 | 5 | 4D | 0 | 61 | 30 | 2A | 14A | 5D | 1E |
| Octal | 223 | 5 | 115 | 0 | 141 | 60 | 52 | 512 | 135 | 36 |
| Binary | 10010011 | 101 | 1001101 | 0 | 1100001 | 110000 | 101010 | 101001010 | 1011101 | 11110 |
Color Harmonies of #93054D
Complementary color
Monochromatic Colors of #93054D
Black with #93054D
Text Example
Text Example
White with #93054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93054D; }
p { color: rgb(147,5,77); }
H1.HeaderClassName
{
color: #93054D;
}
.AnyTagClassName
{
color: #93054D;
}
</style>
background-color css
<style>
a { background-color: #93054D; }
a { background-color: rgb(147,5,77); }
div.DivClassName
{
background-color: #93054D;
}
.BgClassName
{
background-color: #93054D;
}
</style>
border-color css
<style>
span { border-color: #93054D; }
span { border-color: rgb(147,5,77); }
td.TdClassName
{
border-color: #93054D;
}
.TagClassName
{
border-color: #93054D;
}
</style>