Shades of Jazzberry Jam #940140
Tints of Jazzberry Jam #940140
RGB
CMYK
RGB Variations
Color information
#940140 (or 0x940140) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 40. RGB value is (148,1,64). Sum of RGB (Red+Green+Blue) = 148+1+64=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #940140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940140 is #6BFEBF. Grayscale: #343434. Windows color (decimal): -7077568 or 4194708. OLE color: 4194708.
HSL color Cylindrical-coordinate representation of color #940140: hue angle of 334.29º 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 #940140 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.42 |
| HSL | 334.29º | 0.99% | 0.29% | - |
| HSV(B) | 334.29º | 0.99% | 0.58% | - |
| XYZ | 13.15 | 6.69 | 5.45 | - |
| YUV | 52.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 64 | 0 | 0.99 | 0.57 | 0.42 | 334.29 | 0.99 | 0.29 |
| Hex | 94 | 1 | 40 | 0 | 63 | 39 | 2A | 14E | 63 | 1D |
| Octal | 224 | 1 | 100 | 0 | 143 | 71 | 52 | 516 | 143 | 35 |
| Binary | 10010100 | 1 | 1000000 | 0 | 1100011 | 111001 | 101010 | 101001110 | 1100011 | 11101 |
Color Harmonies of #940140
Complementary color
Monochromatic Colors of #940140
Black with #940140
Text Example
Text Example
White with #940140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940140; }
p { color: rgb(148,1,64); }
H1.HeaderClassName
{
color: #940140;
}
.AnyTagClassName
{
color: #940140;
}
</style>
background-color css
<style>
a { background-color: #940140; }
a { background-color: rgb(148,1,64); }
div.DivClassName
{
background-color: #940140;
}
.BgClassName
{
background-color: #940140;
}
</style>
border-color css
<style>
span { border-color: #940140; }
span { border-color: rgb(148,1,64); }
td.TdClassName
{
border-color: #940140;
}
.TagClassName
{
border-color: #940140;
}
</style>