Shades of Jazzberry Jam #921458
Tints of Jazzberry Jam #921458
RGB
CMYK
RGB Variations
Color information
#921458 (or 0x921458) is known color: Jazzberry Jam. HEX triplet: 92, 14 and 58. RGB value is (146,20,88). Sum of RGB (Red+Green+Blue) = 146+20+88=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #921458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921458 is #6DEBA7. Grayscale: #414141. Windows color (decimal): -7203752 or 5772434. OLE color: 5772434.
HSL color Cylindrical-coordinate representation of color #921458: hue angle of 327.62º 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 #921458 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 88 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.43 |
| HSL | 327.62º | 0.76% | 0.33% | - |
| HSV(B) | 327.62º | 0.86% | 0.57% | - |
| XYZ | 13.87 | 7.32 | 9.91 | - |
| YUV | 65.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 88 | 0 | 0.86 | 0.40 | 0.43 | 327.62 | 0.76 | 0.33 |
| Hex | 92 | 14 | 58 | 0 | 56 | 28 | 2B | 148 | 4C | 21 |
| Octal | 222 | 24 | 130 | 0 | 126 | 50 | 53 | 510 | 114 | 41 |
| Binary | 10010010 | 10100 | 1011000 | 0 | 1010110 | 101000 | 101011 | 101001000 | 1001100 | 100001 |
Color Harmonies of #921458
Complementary color
Monochromatic Colors of #921458
Black with #921458
Text Example
Text Example
White with #921458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921458; }
p { color: rgb(146,20,88); }
H1.HeaderClassName
{
color: #921458;
}
.AnyTagClassName
{
color: #921458;
}
</style>
background-color css
<style>
a { background-color: #921458; }
a { background-color: rgb(146,20,88); }
div.DivClassName
{
background-color: #921458;
}
.BgClassName
{
background-color: #921458;
}
</style>
border-color css
<style>
span { border-color: #921458; }
span { border-color: rgb(146,20,88); }
td.TdClassName
{
border-color: #921458;
}
.TagClassName
{
border-color: #921458;
}
</style>