Shades of Jazzberry Jam #92094E
Tints of Jazzberry Jam #92094E
RGB
CMYK
RGB Variations
Color information
#92094E (or 0x92094E) is known color: Jazzberry Jam. HEX triplet: 92, 09 and 4E. RGB value is (146,9,78). Sum of RGB (Red+Green+Blue) = 146+9+78=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #92094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92094E is #6DF6B1. Grayscale: #393939. Windows color (decimal): -7206578 or 5114258. OLE color: 5114258.
HSL color Cylindrical-coordinate representation of color #92094E: hue angle of 329.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92094E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 78 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.43 |
| HSL | 329.78º | 0.88% | 0.3% | - |
| HSV(B) | 329.78º | 0.94% | 0.57% | - |
| XYZ | 13.33 | 6.86 | 7.83 | - |
| YUV | 57.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 78 | 0 | 0.94 | 0.47 | 0.43 | 329.78 | 0.88 | 0.3 |
| Hex | 92 | 9 | 4E | 0 | 5E | 2F | 2B | 14A | 58 | 1E |
| Octal | 222 | 11 | 116 | 0 | 136 | 57 | 53 | 512 | 130 | 36 |
| Binary | 10010010 | 1001 | 1001110 | 0 | 1011110 | 101111 | 101011 | 101001010 | 1011000 | 11110 |
Color Harmonies of #92094E
Complementary color
Monochromatic Colors of #92094E
Black with #92094E
Text Example
Text Example
White with #92094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92094E; }
p { color: rgb(146,9,78); }
H1.HeaderClassName
{
color: #92094E;
}
.AnyTagClassName
{
color: #92094E;
}
</style>
background-color css
<style>
a { background-color: #92094E; }
a { background-color: rgb(146,9,78); }
div.DivClassName
{
background-color: #92094E;
}
.BgClassName
{
background-color: #92094E;
}
</style>
border-color css
<style>
span { border-color: #92094E; }
span { border-color: rgb(146,9,78); }
td.TdClassName
{
border-color: #92094E;
}
.TagClassName
{
border-color: #92094E;
}
</style>