Shades of Jazzberry Jam #92185C
Tints of Jazzberry Jam #92185C
RGB
CMYK
RGB Variations
Color information
#92185C (or 0x92185C) is known color: Jazzberry Jam. HEX triplet: 92, 18 and 5C. RGB value is (146,24,92). Sum of RGB (Red+Green+Blue) = 146+24+92=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92185C is #6DE7A3. Grayscale: #444444. Windows color (decimal): -7202724 or 6035602. OLE color: 6035602.
HSL color Cylindrical-coordinate representation of color #92185C: hue angle of 326.56º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92185C is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 92 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.43 |
| HSL | 326.56º | 0.72% | 0.33% | - |
| HSV(B) | 326.56º | 0.84% | 0.57% | - |
| XYZ | 14.11 | 7.54 | 10.84 | - |
| YUV | 68.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 92 | 0 | 0.84 | 0.37 | 0.43 | 326.56 | 0.72 | 0.33 |
| Hex | 92 | 18 | 5C | 0 | 54 | 25 | 2B | 147 | 48 | 21 |
| Octal | 222 | 30 | 134 | 0 | 124 | 45 | 53 | 507 | 110 | 41 |
| Binary | 10010010 | 11000 | 1011100 | 0 | 1010100 | 100101 | 101011 | 101000111 | 1001000 | 100001 |
Color Harmonies of #92185C
Complementary color
Monochromatic Colors of #92185C
Black with #92185C
Text Example
Text Example
White with #92185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92185C; }
p { color: rgb(146,24,92); }
H1.HeaderClassName
{
color: #92185C;
}
.AnyTagClassName
{
color: #92185C;
}
</style>
background-color css
<style>
a { background-color: #92185C; }
a { background-color: rgb(146,24,92); }
div.DivClassName
{
background-color: #92185C;
}
.BgClassName
{
background-color: #92185C;
}
</style>
border-color css
<style>
span { border-color: #92185C; }
span { border-color: rgb(146,24,92); }
td.TdClassName
{
border-color: #92185C;
}
.TagClassName
{
border-color: #92185C;
}
</style>