Shades of Jazzberry Jam #92165C
Tints of Jazzberry Jam #92165C
RGB
CMYK
RGB Variations
Color information
#92165C (or 0x92165C) is known color: Jazzberry Jam. HEX triplet: 92, 16 and 5C. RGB value is (146,22,92). Sum of RGB (Red+Green+Blue) = 146+22+92=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #92165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92165C is #6DE9A3. Grayscale: #424242. Windows color (decimal): -7203236 or 6035090. OLE color: 6035090.
HSL color Cylindrical-coordinate representation of color #92165C: hue angle of 326.13º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92165C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 92 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.43 |
| HSL | 326.13º | 0.74% | 0.33% | - |
| HSV(B) | 326.13º | 0.85% | 0.57% | - |
| XYZ | 14.07 | 7.46 | 10.82 | - |
| YUV | 67.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 92 | 0 | 0.85 | 0.37 | 0.43 | 326.13 | 0.74 | 0.33 |
| Hex | 92 | 16 | 5C | 0 | 55 | 25 | 2B | 146 | 4A | 21 |
| Octal | 222 | 26 | 134 | 0 | 125 | 45 | 53 | 506 | 112 | 41 |
| Binary | 10010010 | 10110 | 1011100 | 0 | 1010101 | 100101 | 101011 | 101000110 | 1001010 | 100001 |
Color Harmonies of #92165C
Complementary color
Monochromatic Colors of #92165C
Black with #92165C
Text Example
Text Example
White with #92165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92165C; }
p { color: rgb(146,22,92); }
H1.HeaderClassName
{
color: #92165C;
}
.AnyTagClassName
{
color: #92165C;
}
</style>
background-color css
<style>
a { background-color: #92165C; }
a { background-color: rgb(146,22,92); }
div.DivClassName
{
background-color: #92165C;
}
.BgClassName
{
background-color: #92165C;
}
</style>
border-color css
<style>
span { border-color: #92165C; }
span { border-color: rgb(146,22,92); }
td.TdClassName
{
border-color: #92165C;
}
.TagClassName
{
border-color: #92165C;
}
</style>