Shades of Jazzberry Jam #92084D
Tints of Jazzberry Jam #92084D
RGB
CMYK
RGB Variations
Color information
#92084D (or 0x92084D) is known color: Jazzberry Jam. HEX triplet: 92, 08 and 4D. RGB value is (146,8,77). Sum of RGB (Red+Green+Blue) = 146+8+77=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #92084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92084D is #6DF7B2. Grayscale: #383838. Windows color (decimal): -7206835 or 5048466. OLE color: 5048466.
HSL color Cylindrical-coordinate representation of color #92084D: hue angle of 330º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92084D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.43 |
| HSL | 330º | 0.9% | 0.3% | - |
| HSV(B) | 330º | 0.95% | 0.57% | - |
| XYZ | 13.28 | 6.82 | 7.64 | - |
| YUV | 57.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 77 | 0 | 0.95 | 0.47 | 0.43 | 330 | 0.9 | 0.3 |
| Hex | 92 | 8 | 4D | 0 | 5F | 2F | 2B | 14A | 5A | 1E |
| Octal | 222 | 10 | 115 | 0 | 137 | 57 | 53 | 512 | 132 | 36 |
| Binary | 10010010 | 1000 | 1001101 | 0 | 1011111 | 101111 | 101011 | 101001010 | 1011010 | 11110 |
Color Harmonies of #92084D
Complementary color
Monochromatic Colors of #92084D
Black with #92084D
Text Example
Text Example
White with #92084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92084D; }
p { color: rgb(146,8,77); }
H1.HeaderClassName
{
color: #92084D;
}
.AnyTagClassName
{
color: #92084D;
}
</style>
background-color css
<style>
a { background-color: #92084D; }
a { background-color: rgb(146,8,77); }
div.DivClassName
{
background-color: #92084D;
}
.BgClassName
{
background-color: #92084D;
}
</style>
border-color css
<style>
span { border-color: #92084D; }
span { border-color: rgb(146,8,77); }
td.TdClassName
{
border-color: #92084D;
}
.TagClassName
{
border-color: #92084D;
}
</style>