Shades of Jazzberry Jam #920F50
Tints of Jazzberry Jam #920F50
RGB
CMYK
RGB Variations
Color information
#920F50 (or 0x920F50) is known color: Jazzberry Jam. HEX triplet: 92, 0F and 50. RGB value is (146,15,80). Sum of RGB (Red+Green+Blue) = 146+15+80=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #920F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F50 is #6DF0AF. Grayscale: #3D3D3D. Windows color (decimal): -7205040 or 5246866. OLE color: 5246866.
HSL color Cylindrical-coordinate representation of color #920F50: hue angle of 330.23º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F50 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 80 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.43 |
| HSL | 330.23º | 0.81% | 0.32% | - |
| HSV(B) | 330.23º | 0.9% | 0.57% | - |
| XYZ | 13.47 | 7.03 | 8.24 | - |
| YUV | 61.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 80 | 0 | 0.90 | 0.45 | 0.43 | 330.23 | 0.81 | 0.32 |
| Hex | 92 | F | 50 | 0 | 5A | 2D | 2B | 14A | 51 | 20 |
| Octal | 222 | 17 | 120 | 0 | 132 | 55 | 53 | 512 | 121 | 40 |
| Binary | 10010010 | 1111 | 1010000 | 0 | 1011010 | 101101 | 101011 | 101001010 | 1010001 | 100000 |
Color Harmonies of #920F50
Complementary color
Monochromatic Colors of #920F50
Black with #920F50
Text Example
Text Example
White with #920F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F50; }
p { color: rgb(146,15,80); }
H1.HeaderClassName
{
color: #920F50;
}
.AnyTagClassName
{
color: #920F50;
}
</style>
background-color css
<style>
a { background-color: #920F50; }
a { background-color: rgb(146,15,80); }
div.DivClassName
{
background-color: #920F50;
}
.BgClassName
{
background-color: #920F50;
}
</style>
border-color css
<style>
span { border-color: #920F50; }
span { border-color: rgb(146,15,80); }
td.TdClassName
{
border-color: #920F50;
}
.TagClassName
{
border-color: #920F50;
}
</style>