Shades of Jazzberry Jam #93105D
Tints of Jazzberry Jam #93105D
RGB
CMYK
RGB Variations
Color information
#93105D (or 0x93105D) is known color: Jazzberry Jam. HEX triplet: 93, 10 and 5D. RGB value is (147,16,93). Sum of RGB (Red+Green+Blue) = 147+16+93=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93105D is #6CEFA2. Grayscale: #3F3F3F. Windows color (decimal): -7139235 or 6099091. OLE color: 6099091.
HSL color Cylindrical-coordinate representation of color #93105D: hue angle of 324.73º 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 #93105D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 93 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.42 |
| HSL | 324.73º | 0.8% | 0.32% | - |
| HSV(B) | 324.73º | 0.89% | 0.58% | - |
| XYZ | 14.19 | 7.36 | 11.03 | - |
| YUV | 63.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 93 | 0 | 0.89 | 0.37 | 0.42 | 324.73 | 0.8 | 0.32 |
| Hex | 93 | 10 | 5D | 0 | 59 | 25 | 2A | 145 | 50 | 20 |
| Octal | 223 | 20 | 135 | 0 | 131 | 45 | 52 | 505 | 120 | 40 |
| Binary | 10010011 | 10000 | 1011101 | 0 | 1011001 | 100101 | 101010 | 101000101 | 1010000 | 100000 |
Color Harmonies of #93105D
Complementary color
Monochromatic Colors of #93105D
Black with #93105D
Text Example
Text Example
White with #93105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93105D; }
p { color: rgb(147,16,93); }
H1.HeaderClassName
{
color: #93105D;
}
.AnyTagClassName
{
color: #93105D;
}
</style>
background-color css
<style>
a { background-color: #93105D; }
a { background-color: rgb(147,16,93); }
div.DivClassName
{
background-color: #93105D;
}
.BgClassName
{
background-color: #93105D;
}
</style>
border-color css
<style>
span { border-color: #93105D; }
span { border-color: rgb(147,16,93); }
td.TdClassName
{
border-color: #93105D;
}
.TagClassName
{
border-color: #93105D;
}
</style>