Shades of Jazzberry Jam #93145C
Tints of Jazzberry Jam #93145C
RGB
CMYK
RGB Variations
Color information
#93145C (or 0x93145C) is known color: Jazzberry Jam. HEX triplet: 93, 14 and 5C. RGB value is (147,20,92). Sum of RGB (Red+Green+Blue) = 147+20+92=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93145C is #6CEBA3. Grayscale: #424242. Windows color (decimal): -7138212 or 6034579. OLE color: 6034579.
HSL color Cylindrical-coordinate representation of color #93145C: hue angle of 325.98º degrees, saturation: 0.76, 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 #93145C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 92 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.42 |
| HSL | 325.98º | 0.76% | 0.33% | - |
| HSV(B) | 325.98º | 0.86% | 0.58% | - |
| XYZ | 14.21 | 7.48 | 10.82 | - |
| YUV | 66.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 92 | 0 | 0.86 | 0.37 | 0.42 | 325.98 | 0.76 | 0.33 |
| Hex | 93 | 14 | 5C | 0 | 56 | 25 | 2A | 146 | 4C | 21 |
| Octal | 223 | 24 | 134 | 0 | 126 | 45 | 52 | 506 | 114 | 41 |
| Binary | 10010011 | 10100 | 1011100 | 0 | 1010110 | 100101 | 101010 | 101000110 | 1001100 | 100001 |
Color Harmonies of #93145C
Complementary color
Monochromatic Colors of #93145C
Black with #93145C
Text Example
Text Example
White with #93145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93145C; }
p { color: rgb(147,20,92); }
H1.HeaderClassName
{
color: #93145C;
}
.AnyTagClassName
{
color: #93145C;
}
</style>
background-color css
<style>
a { background-color: #93145C; }
a { background-color: rgb(147,20,92); }
div.DivClassName
{
background-color: #93145C;
}
.BgClassName
{
background-color: #93145C;
}
</style>
border-color css
<style>
span { border-color: #93145C; }
span { border-color: rgb(147,20,92); }
td.TdClassName
{
border-color: #93145C;
}
.TagClassName
{
border-color: #93145C;
}
</style>