Shades of Jazzberry Jam #921A63
Tints of Jazzberry Jam #921A63
RGB
CMYK
RGB Variations
Color information
#921A63 (or 0x921A63) is known color: Jazzberry Jam. HEX triplet: 92, 1A and 63. RGB value is (146,26,99). Sum of RGB (Red+Green+Blue) = 146+26+99=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #921A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921A63 is #6DE59C. Grayscale: #464646. Windows color (decimal): -7202205 or 6494866. OLE color: 6494866.
HSL color Cylindrical-coordinate representation of color #921A63: hue angle of 323.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921A63 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 99 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.43 |
| HSL | 323.5º | 0.7% | 0.34% | - |
| HSV(B) | 323.5º | 0.82% | 0.57% | - |
| XYZ | 14.48 | 7.75 | 12.54 | - |
| YUV | 70.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 99 | 0 | 0.82 | 0.32 | 0.43 | 323.5 | 0.7 | 0.34 |
| Hex | 92 | 1A | 63 | 0 | 52 | 20 | 2B | 144 | 46 | 22 |
| Octal | 222 | 32 | 143 | 0 | 122 | 40 | 53 | 504 | 106 | 42 |
| Binary | 10010010 | 11010 | 1100011 | 0 | 1010010 | 100000 | 101011 | 101000100 | 1000110 | 100010 |
Color Harmonies of #921A63
Complementary color
Monochromatic Colors of #921A63
Black with #921A63
Text Example
Text Example
White with #921A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A63; }
p { color: rgb(146,26,99); }
H1.HeaderClassName
{
color: #921A63;
}
.AnyTagClassName
{
color: #921A63;
}
</style>
background-color css
<style>
a { background-color: #921A63; }
a { background-color: rgb(146,26,99); }
div.DivClassName
{
background-color: #921A63;
}
.BgClassName
{
background-color: #921A63;
}
</style>
border-color css
<style>
span { border-color: #921A63; }
span { border-color: rgb(146,26,99); }
td.TdClassName
{
border-color: #921A63;
}
.TagClassName
{
border-color: #921A63;
}
</style>