Shades of Jazzberry Jam #940B5A
Tints of Jazzberry Jam #940B5A
RGB
CMYK
RGB Variations
Color information
#940B5A (or 0x940B5A) is known color: Jazzberry Jam. HEX triplet: 94, 0B and 5A. RGB value is (148,11,90). Sum of RGB (Red+Green+Blue) = 148+11+90=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #940B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B5A is #6BF4A5. Grayscale: #3C3C3C. Windows color (decimal): -7074982 or 5901204. OLE color: 5901204.
HSL color Cylindrical-coordinate representation of color #940B5A: hue angle of 325.4º 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 #940B5A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 90 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.42 |
| HSL | 325.4º | 0.86% | 0.31% | - |
| HSV(B) | 325.4º | 0.93% | 0.58% | - |
| XYZ | 14.18 | 7.27 | 10.33 | - |
| YUV | 60.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 90 | 0 | 0.93 | 0.39 | 0.42 | 325.4 | 0.86 | 0.31 |
| Hex | 94 | B | 5A | 0 | 5D | 27 | 2A | 145 | 56 | 1F |
| Octal | 224 | 13 | 132 | 0 | 135 | 47 | 52 | 505 | 126 | 37 |
| Binary | 10010100 | 1011 | 1011010 | 0 | 1011101 | 100111 | 101010 | 101000101 | 1010110 | 11111 |
Color Harmonies of #940B5A
Complementary color
Monochromatic Colors of #940B5A
Black with #940B5A
Text Example
Text Example
White with #940B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B5A; }
p { color: rgb(148,11,90); }
H1.HeaderClassName
{
color: #940B5A;
}
.AnyTagClassName
{
color: #940B5A;
}
</style>
background-color css
<style>
a { background-color: #940B5A; }
a { background-color: rgb(148,11,90); }
div.DivClassName
{
background-color: #940B5A;
}
.BgClassName
{
background-color: #940B5A;
}
</style>
border-color css
<style>
span { border-color: #940B5A; }
span { border-color: rgb(148,11,90); }
td.TdClassName
{
border-color: #940B5A;
}
.TagClassName
{
border-color: #940B5A;
}
</style>