Shades of Jazzberry Jam #93105C
Tints of Jazzberry Jam #93105C
RGB
CMYK
RGB Variations
Color information
#93105C (or 0x93105C) is known color: Jazzberry Jam. HEX triplet: 93, 10 and 5C. RGB value is (147,16,92). Sum of RGB (Red+Green+Blue) = 147+16+92=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93105C is #6CEFA3. Grayscale: #3F3F3F. Windows color (decimal): -7139236 or 6033555. OLE color: 6033555.
HSL color Cylindrical-coordinate representation of color #93105C: hue angle of 325.19º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93105C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 92 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.42 |
| HSL | 325.19º | 0.8% | 0.32% | - |
| HSV(B) | 325.19º | 0.89% | 0.58% | - |
| XYZ | 14.15 | 7.35 | 10.8 | - |
| YUV | 63.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 92 | 0 | 0.89 | 0.37 | 0.42 | 325.19 | 0.8 | 0.32 |
| Hex | 93 | 10 | 5C | 0 | 59 | 25 | 2A | 145 | 50 | 20 |
| Octal | 223 | 20 | 134 | 0 | 131 | 45 | 52 | 505 | 120 | 40 |
| Binary | 10010011 | 10000 | 1011100 | 0 | 1011001 | 100101 | 101010 | 101000101 | 1010000 | 100000 |
Color Harmonies of #93105C
Complementary color
Monochromatic Colors of #93105C
Black with #93105C
Text Example
Text Example
White with #93105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93105C; }
p { color: rgb(147,16,92); }
H1.HeaderClassName
{
color: #93105C;
}
.AnyTagClassName
{
color: #93105C;
}
</style>
background-color css
<style>
a { background-color: #93105C; }
a { background-color: rgb(147,16,92); }
div.DivClassName
{
background-color: #93105C;
}
.BgClassName
{
background-color: #93105C;
}
</style>
border-color css
<style>
span { border-color: #93105C; }
span { border-color: rgb(147,16,92); }
td.TdClassName
{
border-color: #93105C;
}
.TagClassName
{
border-color: #93105C;
}
</style>