Shades of Jazzberry Jam #93064E
Tints of Jazzberry Jam #93064E
RGB
CMYK
RGB Variations
Color information
#93064E (or 0x93064E) is known color: Jazzberry Jam. HEX triplet: 93, 06 and 4E. RGB value is (147,6,78). Sum of RGB (Red+Green+Blue) = 147+6+78=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93064E is #6CF9B1. Grayscale: #383838. Windows color (decimal): -7141810 or 5113491. OLE color: 5113491.
HSL color Cylindrical-coordinate representation of color #93064E: hue angle of 329.36º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93064E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.42 |
| HSL | 329.36º | 0.92% | 0.3% | - |
| HSV(B) | 329.36º | 0.96% | 0.58% | - |
| XYZ | 13.47 | 6.88 | 7.83 | - |
| YUV | 56.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 78 | 0 | 0.96 | 0.47 | 0.42 | 329.36 | 0.92 | 0.3 |
| Hex | 93 | 6 | 4E | 0 | 60 | 2F | 2A | 149 | 5C | 1E |
| Octal | 223 | 6 | 116 | 0 | 140 | 57 | 52 | 511 | 134 | 36 |
| Binary | 10010011 | 110 | 1001110 | 0 | 1100000 | 101111 | 101010 | 101001001 | 1011100 | 11110 |
Color Harmonies of #93064E
Complementary color
Monochromatic Colors of #93064E
Black with #93064E
Text Example
Text Example
White with #93064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93064E; }
p { color: rgb(147,6,78); }
H1.HeaderClassName
{
color: #93064E;
}
.AnyTagClassName
{
color: #93064E;
}
</style>
background-color css
<style>
a { background-color: #93064E; }
a { background-color: rgb(147,6,78); }
div.DivClassName
{
background-color: #93064E;
}
.BgClassName
{
background-color: #93064E;
}
</style>
border-color css
<style>
span { border-color: #93064E; }
span { border-color: rgb(147,6,78); }
td.TdClassName
{
border-color: #93064E;
}
.TagClassName
{
border-color: #93064E;
}
</style>