Shades of Jazzberry Jam #940A4A
Tints of Jazzberry Jam #940A4A
RGB
CMYK
RGB Variations
Color information
#940A4A (or 0x940A4A) is known color: Jazzberry Jam. HEX triplet: 94, 0A and 4A. RGB value is (148,10,74). Sum of RGB (Red+Green+Blue) = 148+10+74=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #940A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A4A is #6BF5B5. Grayscale: #3A3A3A. Windows color (decimal): -7075254 or 4852372. OLE color: 4852372.
HSL color Cylindrical-coordinate representation of color #940A4A: hue angle of 332.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A4A is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 10 | 74 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.42 |
| HSL | 332.17º | 0.87% | 0.31% | - |
| HSV(B) | 332.17º | 0.93% | 0.58% | - |
| XYZ | 13.56 | 7.01 | 7.12 | - |
| YUV | 58.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 74 | 0 | 0.93 | 0.50 | 0.42 | 332.17 | 0.87 | 0.31 |
| Hex | 94 | A | 4A | 0 | 5D | 32 | 2A | 14C | 57 | 1F |
| Octal | 224 | 12 | 112 | 0 | 135 | 62 | 52 | 514 | 127 | 37 |
| Binary | 10010100 | 1010 | 1001010 | 0 | 1011101 | 110010 | 101010 | 101001100 | 1010111 | 11111 |
Color Harmonies of #940A4A
Complementary color
Monochromatic Colors of #940A4A
Black with #940A4A
Text Example
Text Example
White with #940A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940A4A; }
p { color: rgb(148,10,74); }
H1.HeaderClassName
{
color: #940A4A;
}
.AnyTagClassName
{
color: #940A4A;
}
</style>
background-color css
<style>
a { background-color: #940A4A; }
a { background-color: rgb(148,10,74); }
div.DivClassName
{
background-color: #940A4A;
}
.BgClassName
{
background-color: #940A4A;
}
</style>
border-color css
<style>
span { border-color: #940A4A; }
span { border-color: rgb(148,10,74); }
td.TdClassName
{
border-color: #940A4A;
}
.TagClassName
{
border-color: #940A4A;
}
</style>