Shades of Jazzberry Jam #93175C
Tints of Jazzberry Jam #93175C
RGB
CMYK
RGB Variations
Color information
#93175C (or 0x93175C) is known color: Jazzberry Jam. HEX triplet: 93, 17 and 5C. RGB value is (147,23,92). Sum of RGB (Red+Green+Blue) = 147+23+92=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93175C is #6CE8A3. Grayscale: #434343. Windows color (decimal): -7137444 or 6035347. OLE color: 6035347.
HSL color Cylindrical-coordinate representation of color #93175C: hue angle of 326.61º 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 #93175C is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 92 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.42 |
| HSL | 326.61º | 0.73% | 0.33% | - |
| HSV(B) | 326.61º | 0.84% | 0.58% | - |
| XYZ | 14.27 | 7.59 | 10.84 | - |
| YUV | 67.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 92 | 0 | 0.84 | 0.37 | 0.42 | 326.61 | 0.73 | 0.33 |
| Hex | 93 | 17 | 5C | 0 | 54 | 25 | 2A | 147 | 49 | 21 |
| Octal | 223 | 27 | 134 | 0 | 124 | 45 | 52 | 507 | 111 | 41 |
| Binary | 10010011 | 10111 | 1011100 | 0 | 1010100 | 100101 | 101010 | 101000111 | 1001001 | 100001 |
Color Harmonies of #93175C
Complementary color
Monochromatic Colors of #93175C
Black with #93175C
Text Example
Text Example
White with #93175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93175C; }
p { color: rgb(147,23,92); }
H1.HeaderClassName
{
color: #93175C;
}
.AnyTagClassName
{
color: #93175C;
}
</style>
background-color css
<style>
a { background-color: #93175C; }
a { background-color: rgb(147,23,92); }
div.DivClassName
{
background-color: #93175C;
}
.BgClassName
{
background-color: #93175C;
}
</style>
border-color css
<style>
span { border-color: #93175C; }
span { border-color: rgb(147,23,92); }
td.TdClassName
{
border-color: #93175C;
}
.TagClassName
{
border-color: #93175C;
}
</style>