Shades of Jazzberry Jam #92004E
Tints of Jazzberry Jam #92004E
RGB
CMYK
RGB Variations
Color information
#92004E (or 0x92004E) is known color: Jazzberry Jam. HEX triplet: 92, 00 and 4E. RGB value is (146,0,78). Sum of RGB (Red+Green+Blue) = 146+0+78=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92004E is #6DFFB1. Grayscale: #343434. Windows color (decimal): -7208882 or 5111954. OLE color: 5111954.
HSL color Cylindrical-coordinate representation of color #92004E: hue angle of 327.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92004E is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.47 | 0.43 |
| HSL | 327.95º | 1% | 0.29% | - |
| HSV(B) | 327.95º | 1% | 0.57% | - |
| XYZ | 13.23 | 6.66 | 7.8 | - |
| YUV | 52.55 | 142.37 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 78 | 0 | 1 | 0.47 | 0.43 | 327.95 | 1 | 0.29 |
| Hex | 92 | 0 | 4E | 0 | 64 | 2F | 2B | 148 | 64 | 1D |
| Octal | 222 | 0 | 116 | 0 | 144 | 57 | 53 | 510 | 144 | 35 |
| Binary | 10010010 | 0 | 1001110 | 0 | 1100100 | 101111 | 101011 | 101001000 | 1100100 | 11101 |
Color Harmonies of #92004E
Complementary color
Monochromatic Colors of #92004E
Black with #92004E
Text Example
Text Example
White with #92004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92004E; }
p { color: rgb(146,0,78); }
H1.HeaderClassName
{
color: #92004E;
}
.AnyTagClassName
{
color: #92004E;
}
</style>
background-color css
<style>
a { background-color: #92004E; }
a { background-color: rgb(146,0,78); }
div.DivClassName
{
background-color: #92004E;
}
.BgClassName
{
background-color: #92004E;
}
</style>
border-color css
<style>
span { border-color: #92004E; }
span { border-color: rgb(146,0,78); }
td.TdClassName
{
border-color: #92004E;
}
.TagClassName
{
border-color: #92004E;
}
</style>