Shades of Jazzberry Jam #93185D
Tints of Jazzberry Jam #93185D
RGB
CMYK
RGB Variations
Color information
#93185D (or 0x93185D) is known color: Jazzberry Jam. HEX triplet: 93, 18 and 5D. RGB value is (147,24,93). Sum of RGB (Red+Green+Blue) = 147+24+93=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93185D is #6CE7A2. Grayscale: #444444. Windows color (decimal): -7137187 or 6101139. OLE color: 6101139.
HSL color Cylindrical-coordinate representation of color #93185D: hue angle of 326.34º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93185D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 93 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.42 |
| HSL | 326.34º | 0.72% | 0.34% | - |
| HSV(B) | 326.34º | 0.84% | 0.58% | - |
| XYZ | 14.34 | 7.65 | 11.08 | - |
| YUV | 68.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 93 | 0 | 0.84 | 0.37 | 0.42 | 326.34 | 0.72 | 0.34 |
| Hex | 93 | 18 | 5D | 0 | 54 | 25 | 2A | 146 | 48 | 22 |
| Octal | 223 | 30 | 135 | 0 | 124 | 45 | 52 | 506 | 110 | 42 |
| Binary | 10010011 | 11000 | 1011101 | 0 | 1010100 | 100101 | 101010 | 101000110 | 1001000 | 100010 |
Color Harmonies of #93185D
Complementary color
Monochromatic Colors of #93185D
Black with #93185D
Text Example
Text Example
White with #93185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93185D; }
p { color: rgb(147,24,93); }
H1.HeaderClassName
{
color: #93185D;
}
.AnyTagClassName
{
color: #93185D;
}
</style>
background-color css
<style>
a { background-color: #93185D; }
a { background-color: rgb(147,24,93); }
div.DivClassName
{
background-color: #93185D;
}
.BgClassName
{
background-color: #93185D;
}
</style>
border-color css
<style>
span { border-color: #93185D; }
span { border-color: rgb(147,24,93); }
td.TdClassName
{
border-color: #93185D;
}
.TagClassName
{
border-color: #93185D;
}
</style>