Shades of Jazzberry Jam #92125C
Tints of Jazzberry Jam #92125C
RGB
CMYK
RGB Variations
Color information
#92125C (or 0x92125C) is known color: Jazzberry Jam. HEX triplet: 92, 12 and 5C. RGB value is (146,18,92). Sum of RGB (Red+Green+Blue) = 146+18+92=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92125C is #6DEDA3. Grayscale: #404040. Windows color (decimal): -7204260 or 6034066. OLE color: 6034066.
HSL color Cylindrical-coordinate representation of color #92125C: hue angle of 325.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92125C is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 92 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.43 |
| HSL | 325.31º | 0.78% | 0.32% | - |
| HSV(B) | 325.31º | 0.88% | 0.57% | - |
| XYZ | 14 | 7.32 | 10.8 | - |
| YUV | 64.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 92 | 0 | 0.88 | 0.37 | 0.43 | 325.31 | 0.78 | 0.32 |
| Hex | 92 | 12 | 5C | 0 | 58 | 25 | 2B | 145 | 4E | 20 |
| Octal | 222 | 22 | 134 | 0 | 130 | 45 | 53 | 505 | 116 | 40 |
| Binary | 10010010 | 10010 | 1011100 | 0 | 1011000 | 100101 | 101011 | 101000101 | 1001110 | 100000 |
Color Harmonies of #92125C
Complementary color
Monochromatic Colors of #92125C
Black with #92125C
Text Example
Text Example
White with #92125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92125C; }
p { color: rgb(146,18,92); }
H1.HeaderClassName
{
color: #92125C;
}
.AnyTagClassName
{
color: #92125C;
}
</style>
background-color css
<style>
a { background-color: #92125C; }
a { background-color: rgb(146,18,92); }
div.DivClassName
{
background-color: #92125C;
}
.BgClassName
{
background-color: #92125C;
}
</style>
border-color css
<style>
span { border-color: #92125C; }
span { border-color: rgb(146,18,92); }
td.TdClassName
{
border-color: #92125C;
}
.TagClassName
{
border-color: #92125C;
}
</style>