Shades of Jazzberry Jam #93014E
Tints of Jazzberry Jam #93014E
RGB
CMYK
RGB Variations
Color information
#93014E (or 0x93014E) is known color: Jazzberry Jam. HEX triplet: 93, 01 and 4E. RGB value is (147,1,78). Sum of RGB (Red+Green+Blue) = 147+1+78=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93014E is #6CFEB1. Grayscale: #353535. Windows color (decimal): -7143090 or 5112211. OLE color: 5112211.
HSL color Cylindrical-coordinate representation of color #93014E: hue angle of 328.36º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93014E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.42 |
| HSL | 328.36º | 0.99% | 0.29% | - |
| HSV(B) | 328.36º | 0.99% | 0.58% | - |
| XYZ | 13.42 | 6.77 | 7.81 | - |
| YUV | 53.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 78 | 0 | 0.99 | 0.47 | 0.42 | 328.36 | 0.99 | 0.29 |
| Hex | 93 | 1 | 4E | 0 | 63 | 2F | 2A | 148 | 63 | 1D |
| Octal | 223 | 1 | 116 | 0 | 143 | 57 | 52 | 510 | 143 | 35 |
| Binary | 10010011 | 1 | 1001110 | 0 | 1100011 | 101111 | 101010 | 101001000 | 1100011 | 11101 |
Color Harmonies of #93014E
Complementary color
Monochromatic Colors of #93014E
Black with #93014E
Text Example
Text Example
White with #93014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93014E; }
p { color: rgb(147,1,78); }
H1.HeaderClassName
{
color: #93014E;
}
.AnyTagClassName
{
color: #93014E;
}
</style>
background-color css
<style>
a { background-color: #93014E; }
a { background-color: rgb(147,1,78); }
div.DivClassName
{
background-color: #93014E;
}
.BgClassName
{
background-color: #93014E;
}
</style>
border-color css
<style>
span { border-color: #93014E; }
span { border-color: rgb(147,1,78); }
td.TdClassName
{
border-color: #93014E;
}
.TagClassName
{
border-color: #93014E;
}
</style>