Shades of Jazzberry Jam #93145F
Tints of Jazzberry Jam #93145F
RGB
CMYK
RGB Variations
Color information
#93145F (or 0x93145F) is known color: Jazzberry Jam. HEX triplet: 93, 14 and 5F. RGB value is (147,20,95). Sum of RGB (Red+Green+Blue) = 147+20+95=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93145F is #6CEBA0. Grayscale: #424242. Windows color (decimal): -7138209 or 6231187. OLE color: 6231187.
HSL color Cylindrical-coordinate representation of color #93145F: hue angle of 324.57º 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 #93145F is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 95 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.42 |
| HSL | 324.57º | 0.76% | 0.33% | - |
| HSV(B) | 324.57º | 0.86% | 0.58% | - |
| XYZ | 14.35 | 7.53 | 11.52 | - |
| YUV | 66.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 95 | 0 | 0.86 | 0.35 | 0.42 | 324.57 | 0.76 | 0.33 |
| Hex | 93 | 14 | 5F | 0 | 56 | 23 | 2A | 145 | 4C | 21 |
| Octal | 223 | 24 | 137 | 0 | 126 | 43 | 52 | 505 | 114 | 41 |
| Binary | 10010011 | 10100 | 1011111 | 0 | 1010110 | 100011 | 101010 | 101000101 | 1001100 | 100001 |
Color Harmonies of #93145F
Complementary color
Monochromatic Colors of #93145F
Black with #93145F
Text Example
Text Example
White with #93145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93145F; }
p { color: rgb(147,20,95); }
H1.HeaderClassName
{
color: #93145F;
}
.AnyTagClassName
{
color: #93145F;
}
</style>
background-color css
<style>
a { background-color: #93145F; }
a { background-color: rgb(147,20,95); }
div.DivClassName
{
background-color: #93145F;
}
.BgClassName
{
background-color: #93145F;
}
</style>
border-color css
<style>
span { border-color: #93145F; }
span { border-color: rgb(147,20,95); }
td.TdClassName
{
border-color: #93145F;
}
.TagClassName
{
border-color: #93145F;
}
</style>