Shades of Jazzberry Jam #93074E
Tints of Jazzberry Jam #93074E
RGB
CMYK
RGB Variations
Color information
#93074E (or 0x93074E) is known color: Jazzberry Jam. HEX triplet: 93, 07 and 4E. RGB value is (147,7,78). Sum of RGB (Red+Green+Blue) = 147+7+78=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93074E is #6CF8B1. Grayscale: #383838. Windows color (decimal): -7141554 or 5113747. OLE color: 5113747.
HSL color Cylindrical-coordinate representation of color #93074E: hue angle of 329.57º degrees, saturation: 0.91, 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 #93074E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 78 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.42 |
| HSL | 329.57º | 0.91% | 0.3% | - |
| HSV(B) | 329.57º | 0.95% | 0.58% | - |
| XYZ | 13.48 | 6.91 | 7.83 | - |
| YUV | 56.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 78 | 0 | 0.95 | 0.47 | 0.42 | 329.57 | 0.91 | 0.3 |
| Hex | 93 | 7 | 4E | 0 | 5F | 2F | 2A | 14A | 5B | 1E |
| Octal | 223 | 7 | 116 | 0 | 137 | 57 | 52 | 512 | 133 | 36 |
| Binary | 10010011 | 111 | 1001110 | 0 | 1011111 | 101111 | 101010 | 101001010 | 1011011 | 11110 |
Color Harmonies of #93074E
Complementary color
Monochromatic Colors of #93074E
Black with #93074E
Text Example
Text Example
White with #93074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93074E; }
p { color: rgb(147,7,78); }
H1.HeaderClassName
{
color: #93074E;
}
.AnyTagClassName
{
color: #93074E;
}
</style>
background-color css
<style>
a { background-color: #93074E; }
a { background-color: rgb(147,7,78); }
div.DivClassName
{
background-color: #93074E;
}
.BgClassName
{
background-color: #93074E;
}
</style>
border-color css
<style>
span { border-color: #93074E; }
span { border-color: rgb(147,7,78); }
td.TdClassName
{
border-color: #93074E;
}
.TagClassName
{
border-color: #93074E;
}
</style>