Shades of Jazzberry Jam #93084D
Tints of Jazzberry Jam #93084D
RGB
CMYK
RGB Variations
Color information
#93084D (or 0x93084D) is known color: Jazzberry Jam. HEX triplet: 93, 08 and 4D. RGB value is (147,8,77). Sum of RGB (Red+Green+Blue) = 147+8+77=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93084D is #6CF7B2. Grayscale: #393939. Windows color (decimal): -7141299 or 5048467. OLE color: 5048467.
HSL color Cylindrical-coordinate representation of color #93084D: hue angle of 330.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93084D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.42 |
| HSL | 330.22º | 0.9% | 0.3% | - |
| HSV(B) | 330.22º | 0.95% | 0.58% | - |
| XYZ | 13.46 | 6.91 | 7.65 | - |
| YUV | 57.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 77 | 0 | 0.95 | 0.48 | 0.42 | 330.22 | 0.9 | 0.3 |
| Hex | 93 | 8 | 4D | 0 | 5F | 30 | 2A | 14A | 5A | 1E |
| Octal | 223 | 10 | 115 | 0 | 137 | 60 | 52 | 512 | 132 | 36 |
| Binary | 10010011 | 1000 | 1001101 | 0 | 1011111 | 110000 | 101010 | 101001010 | 1011010 | 11110 |
Color Harmonies of #93084D
Complementary color
Monochromatic Colors of #93084D
Black with #93084D
Text Example
Text Example
White with #93084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93084D; }
p { color: rgb(147,8,77); }
H1.HeaderClassName
{
color: #93084D;
}
.AnyTagClassName
{
color: #93084D;
}
</style>
background-color css
<style>
a { background-color: #93084D; }
a { background-color: rgb(147,8,77); }
div.DivClassName
{
background-color: #93084D;
}
.BgClassName
{
background-color: #93084D;
}
</style>
border-color css
<style>
span { border-color: #93084D; }
span { border-color: rgb(147,8,77); }
td.TdClassName
{
border-color: #93084D;
}
.TagClassName
{
border-color: #93084D;
}
</style>