Shades of Jazzberry Jam #93155C
Tints of Jazzberry Jam #93155C
RGB
CMYK
RGB Variations
Color information
#93155C (or 0x93155C) is known color: Jazzberry Jam. HEX triplet: 93, 15 and 5C. RGB value is (147,21,92). Sum of RGB (Red+Green+Blue) = 147+21+92=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93155C is #6CEAA3. Grayscale: #424242. Windows color (decimal): -7137956 or 6034835. OLE color: 6034835.
HSL color Cylindrical-coordinate representation of color #93155C: hue angle of 326.19º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93155C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 92 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.42 |
| HSL | 326.19º | 0.75% | 0.33% | - |
| HSV(B) | 326.19º | 0.86% | 0.58% | - |
| XYZ | 14.23 | 7.51 | 10.83 | - |
| YUV | 66.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 92 | 0 | 0.86 | 0.37 | 0.42 | 326.19 | 0.75 | 0.33 |
| Hex | 93 | 15 | 5C | 0 | 56 | 25 | 2A | 146 | 4B | 21 |
| Octal | 223 | 25 | 134 | 0 | 126 | 45 | 52 | 506 | 113 | 41 |
| Binary | 10010011 | 10101 | 1011100 | 0 | 1010110 | 100101 | 101010 | 101000110 | 1001011 | 100001 |
Color Harmonies of #93155C
Complementary color
Monochromatic Colors of #93155C
Black with #93155C
Text Example
Text Example
White with #93155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93155C; }
p { color: rgb(147,21,92); }
H1.HeaderClassName
{
color: #93155C;
}
.AnyTagClassName
{
color: #93155C;
}
</style>
background-color css
<style>
a { background-color: #93155C; }
a { background-color: rgb(147,21,92); }
div.DivClassName
{
background-color: #93155C;
}
.BgClassName
{
background-color: #93155C;
}
</style>
border-color css
<style>
span { border-color: #93155C; }
span { border-color: rgb(147,21,92); }
td.TdClassName
{
border-color: #93155C;
}
.TagClassName
{
border-color: #93155C;
}
</style>