Shades of Jazzberry Jam #92115A
Tints of Jazzberry Jam #92115A
RGB
CMYK
RGB Variations
Color information
#92115A (or 0x92115A) is known color: Jazzberry Jam. HEX triplet: 92, 11 and 5A. RGB value is (146,17,90). Sum of RGB (Red+Green+Blue) = 146+17+90=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #92115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92115A is #6DEEA5. Grayscale: #3F3F3F. Windows color (decimal): -7204518 or 5902738. OLE color: 5902738.
HSL color Cylindrical-coordinate representation of color #92115A: hue angle of 326.05º degrees, saturation: 0.79, 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 #92115A is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 90 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.43 |
| HSL | 326.05º | 0.79% | 0.32% | - |
| HSV(B) | 326.05º | 0.88% | 0.57% | - |
| XYZ | 13.9 | 7.25 | 10.34 | - |
| YUV | 63.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 90 | 0 | 0.88 | 0.38 | 0.43 | 326.05 | 0.79 | 0.32 |
| Hex | 92 | 11 | 5A | 0 | 58 | 26 | 2B | 146 | 4F | 20 |
| Octal | 222 | 21 | 132 | 0 | 130 | 46 | 53 | 506 | 117 | 40 |
| Binary | 10010010 | 10001 | 1011010 | 0 | 1011000 | 100110 | 101011 | 101000110 | 1001111 | 100000 |
Color Harmonies of #92115A
Complementary color
Monochromatic Colors of #92115A
Black with #92115A
Text Example
Text Example
White with #92115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92115A; }
p { color: rgb(146,17,90); }
H1.HeaderClassName
{
color: #92115A;
}
.AnyTagClassName
{
color: #92115A;
}
</style>
background-color css
<style>
a { background-color: #92115A; }
a { background-color: rgb(146,17,90); }
div.DivClassName
{
background-color: #92115A;
}
.BgClassName
{
background-color: #92115A;
}
</style>
border-color css
<style>
span { border-color: #92115A; }
span { border-color: rgb(146,17,90); }
td.TdClassName
{
border-color: #92115A;
}
.TagClassName
{
border-color: #92115A;
}
</style>