Shades of Jazzberry Jam #93115C
Tints of Jazzberry Jam #93115C
RGB
CMYK
RGB Variations
Color information
#93115C (or 0x93115C) is known color: Jazzberry Jam. HEX triplet: 93, 11 and 5C. RGB value is (147,17,92). Sum of RGB (Red+Green+Blue) = 147+17+92=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93115C is #6CEEA3. Grayscale: #404040. Windows color (decimal): -7138980 or 6033811. OLE color: 6033811.
HSL color Cylindrical-coordinate representation of color #93115C: hue angle of 325.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93115C is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 92 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.42 |
| HSL | 325.38º | 0.79% | 0.32% | - |
| HSV(B) | 325.38º | 0.88% | 0.58% | - |
| XYZ | 14.16 | 7.38 | 10.8 | - |
| YUV | 64.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 92 | 0 | 0.88 | 0.37 | 0.42 | 325.38 | 0.79 | 0.32 |
| Hex | 93 | 11 | 5C | 0 | 58 | 25 | 2A | 145 | 4F | 20 |
| Octal | 223 | 21 | 134 | 0 | 130 | 45 | 52 | 505 | 117 | 40 |
| Binary | 10010011 | 10001 | 1011100 | 0 | 1011000 | 100101 | 101010 | 101000101 | 1001111 | 100000 |
Color Harmonies of #93115C
Complementary color
Monochromatic Colors of #93115C
Black with #93115C
Text Example
Text Example
White with #93115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93115C; }
p { color: rgb(147,17,92); }
H1.HeaderClassName
{
color: #93115C;
}
.AnyTagClassName
{
color: #93115C;
}
</style>
background-color css
<style>
a { background-color: #93115C; }
a { background-color: rgb(147,17,92); }
div.DivClassName
{
background-color: #93115C;
}
.BgClassName
{
background-color: #93115C;
}
</style>
border-color css
<style>
span { border-color: #93115C; }
span { border-color: rgb(147,17,92); }
td.TdClassName
{
border-color: #93115C;
}
.TagClassName
{
border-color: #93115C;
}
</style>