Shades of Jazzberry Jam #940B5B
Tints of Jazzberry Jam #940B5B
RGB
CMYK
RGB Variations
Color information
#940B5B (or 0x940B5B) is known color: Jazzberry Jam. HEX triplet: 94, 0B and 5B. RGB value is (148,11,91). Sum of RGB (Red+Green+Blue) = 148+11+91=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #940B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B5B is #6BF4A4. Grayscale: #3C3C3C. Windows color (decimal): -7074981 or 5966740. OLE color: 5966740.
HSL color Cylindrical-coordinate representation of color #940B5B: hue angle of 324.96º degrees, saturation: 0.86, 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 #940B5B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 91 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.42 |
| HSL | 324.96º | 0.86% | 0.31% | - |
| HSV(B) | 324.96º | 0.93% | 0.58% | - |
| XYZ | 14.22 | 7.29 | 10.56 | - |
| YUV | 61.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 91 | 0 | 0.93 | 0.39 | 0.42 | 324.96 | 0.86 | 0.31 |
| Hex | 94 | B | 5B | 0 | 5D | 27 | 2A | 145 | 56 | 1F |
| Octal | 224 | 13 | 133 | 0 | 135 | 47 | 52 | 505 | 126 | 37 |
| Binary | 10010100 | 1011 | 1011011 | 0 | 1011101 | 100111 | 101010 | 101000101 | 1010110 | 11111 |
Color Harmonies of #940B5B
Complementary color
Monochromatic Colors of #940B5B
Black with #940B5B
Text Example
Text Example
White with #940B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B5B; }
p { color: rgb(148,11,91); }
H1.HeaderClassName
{
color: #940B5B;
}
.AnyTagClassName
{
color: #940B5B;
}
</style>
background-color css
<style>
a { background-color: #940B5B; }
a { background-color: rgb(148,11,91); }
div.DivClassName
{
background-color: #940B5B;
}
.BgClassName
{
background-color: #940B5B;
}
</style>
border-color css
<style>
span { border-color: #940B5B; }
span { border-color: rgb(148,11,91); }
td.TdClassName
{
border-color: #940B5B;
}
.TagClassName
{
border-color: #940B5B;
}
</style>