Shades of Jazzberry Jam #940E5A
Tints of Jazzberry Jam #940E5A
RGB
CMYK
RGB Variations
Color information
#940E5A (or 0x940E5A) is known color: Jazzberry Jam. HEX triplet: 94, 0E and 5A. RGB value is (148,14,90). Sum of RGB (Red+Green+Blue) = 148+14+90=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #940E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E5A is #6BF1A5. Grayscale: #3E3E3E. Windows color (decimal): -7074214 or 5901972. OLE color: 5901972.
HSL color Cylindrical-coordinate representation of color #940E5A: hue angle of 325.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E5A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 90 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.42 |
| HSL | 325.97º | 0.83% | 0.32% | - |
| HSV(B) | 325.97º | 0.91% | 0.58% | - |
| XYZ | 14.22 | 7.35 | 10.34 | - |
| YUV | 62.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 90 | 0 | 0.91 | 0.39 | 0.42 | 325.97 | 0.83 | 0.32 |
| Hex | 94 | E | 5A | 0 | 5B | 27 | 2A | 146 | 53 | 20 |
| Octal | 224 | 16 | 132 | 0 | 133 | 47 | 52 | 506 | 123 | 40 |
| Binary | 10010100 | 1110 | 1011010 | 0 | 1011011 | 100111 | 101010 | 101000110 | 1010011 | 100000 |
Color Harmonies of #940E5A
Complementary color
Monochromatic Colors of #940E5A
Black with #940E5A
Text Example
Text Example
White with #940E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E5A; }
p { color: rgb(148,14,90); }
H1.HeaderClassName
{
color: #940E5A;
}
.AnyTagClassName
{
color: #940E5A;
}
</style>
background-color css
<style>
a { background-color: #940E5A; }
a { background-color: rgb(148,14,90); }
div.DivClassName
{
background-color: #940E5A;
}
.BgClassName
{
background-color: #940E5A;
}
</style>
border-color css
<style>
span { border-color: #940E5A; }
span { border-color: rgb(148,14,90); }
td.TdClassName
{
border-color: #940E5A;
}
.TagClassName
{
border-color: #940E5A;
}
</style>