Shades of Jazzberry Jam #92145E
Tints of Jazzberry Jam #92145E
RGB
CMYK
RGB Variations
Color information
#92145E (or 0x92145E) is known color: Jazzberry Jam. HEX triplet: 92, 14 and 5E. RGB value is (146,20,94). Sum of RGB (Red+Green+Blue) = 146+20+94=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #92145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92145E is #6DEBA1. Grayscale: #414141. Windows color (decimal): -7203746 or 6165650. OLE color: 6165650.
HSL color Cylindrical-coordinate representation of color #92145E: hue angle of 324.76º degrees, saturation: 0.76, 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 #92145E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 94 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.43 |
| HSL | 324.76º | 0.76% | 0.33% | - |
| HSV(B) | 324.76º | 0.86% | 0.57% | - |
| XYZ | 14.12 | 7.42 | 11.28 | - |
| YUV | 66.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 94 | 0 | 0.86 | 0.36 | 0.43 | 324.76 | 0.76 | 0.33 |
| Hex | 92 | 14 | 5E | 0 | 56 | 24 | 2B | 145 | 4C | 21 |
| Octal | 222 | 24 | 136 | 0 | 126 | 44 | 53 | 505 | 114 | 41 |
| Binary | 10010010 | 10100 | 1011110 | 0 | 1010110 | 100100 | 101011 | 101000101 | 1001100 | 100001 |
Color Harmonies of #92145E
Complementary color
Monochromatic Colors of #92145E
Black with #92145E
Text Example
Text Example
White with #92145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92145E; }
p { color: rgb(146,20,94); }
H1.HeaderClassName
{
color: #92145E;
}
.AnyTagClassName
{
color: #92145E;
}
</style>
background-color css
<style>
a { background-color: #92145E; }
a { background-color: rgb(146,20,94); }
div.DivClassName
{
background-color: #92145E;
}
.BgClassName
{
background-color: #92145E;
}
</style>
border-color css
<style>
span { border-color: #92145E; }
span { border-color: rgb(146,20,94); }
td.TdClassName
{
border-color: #92145E;
}
.TagClassName
{
border-color: #92145E;
}
</style>