Shades of Jazzberry Jam #93175B
Tints of Jazzberry Jam #93175B
RGB
CMYK
RGB Variations
Color information
#93175B (or 0x93175B) is known color: Jazzberry Jam. HEX triplet: 93, 17 and 5B. RGB value is (147,23,91). Sum of RGB (Red+Green+Blue) = 147+23+91=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93175B is #6CE8A4. Grayscale: #434343. Windows color (decimal): -7137445 or 5969811. OLE color: 5969811.
HSL color Cylindrical-coordinate representation of color #93175B: hue angle of 327.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93175B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 91 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.42 |
| HSL | 327.1º | 0.73% | 0.33% | - |
| HSV(B) | 327.1º | 0.84% | 0.58% | - |
| XYZ | 14.23 | 7.57 | 10.61 | - |
| YUV | 67.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 91 | 0 | 0.84 | 0.38 | 0.42 | 327.1 | 0.73 | 0.33 |
| Hex | 93 | 17 | 5B | 0 | 54 | 26 | 2A | 147 | 49 | 21 |
| Octal | 223 | 27 | 133 | 0 | 124 | 46 | 52 | 507 | 111 | 41 |
| Binary | 10010011 | 10111 | 1011011 | 0 | 1010100 | 100110 | 101010 | 101000111 | 1001001 | 100001 |
Color Harmonies of #93175B
Complementary color
Monochromatic Colors of #93175B
Black with #93175B
Text Example
Text Example
White with #93175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93175B; }
p { color: rgb(147,23,91); }
H1.HeaderClassName
{
color: #93175B;
}
.AnyTagClassName
{
color: #93175B;
}
</style>
background-color css
<style>
a { background-color: #93175B; }
a { background-color: rgb(147,23,91); }
div.DivClassName
{
background-color: #93175B;
}
.BgClassName
{
background-color: #93175B;
}
</style>
border-color css
<style>
span { border-color: #93175B; }
span { border-color: rgb(147,23,91); }
td.TdClassName
{
border-color: #93175B;
}
.TagClassName
{
border-color: #93175B;
}
</style>