Shades of Jazzberry Jam #92155B
Tints of Jazzberry Jam #92155B
RGB
CMYK
RGB Variations
Color information
#92155B (or 0x92155B) is known color: Jazzberry Jam. HEX triplet: 92, 15 and 5B. RGB value is (146,21,91). Sum of RGB (Red+Green+Blue) = 146+21+91=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #92155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92155B is #6DEAA4. Grayscale: #424242. Windows color (decimal): -7203493 or 5969298. OLE color: 5969298.
HSL color Cylindrical-coordinate representation of color #92155B: hue angle of 326.4º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92155B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 91 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.43 |
| HSL | 326.4º | 0.75% | 0.33% | - |
| HSV(B) | 326.4º | 0.86% | 0.57% | - |
| XYZ | 14.01 | 7.4 | 10.59 | - |
| YUV | 66.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 91 | 0 | 0.86 | 0.38 | 0.43 | 326.4 | 0.75 | 0.33 |
| Hex | 92 | 15 | 5B | 0 | 56 | 26 | 2B | 146 | 4B | 21 |
| Octal | 222 | 25 | 133 | 0 | 126 | 46 | 53 | 506 | 113 | 41 |
| Binary | 10010010 | 10101 | 1011011 | 0 | 1010110 | 100110 | 101011 | 101000110 | 1001011 | 100001 |
Color Harmonies of #92155B
Complementary color
Monochromatic Colors of #92155B
Black with #92155B
Text Example
Text Example
White with #92155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92155B; }
p { color: rgb(146,21,91); }
H1.HeaderClassName
{
color: #92155B;
}
.AnyTagClassName
{
color: #92155B;
}
</style>
background-color css
<style>
a { background-color: #92155B; }
a { background-color: rgb(146,21,91); }
div.DivClassName
{
background-color: #92155B;
}
.BgClassName
{
background-color: #92155B;
}
</style>
border-color css
<style>
span { border-color: #92155B; }
span { border-color: rgb(146,21,91); }
td.TdClassName
{
border-color: #92155B;
}
.TagClassName
{
border-color: #92155B;
}
</style>