Shades of Jazzberry Jam #921E66
Tints of Jazzberry Jam #921E66
RGB
CMYK
RGB Variations
Color information
#921E66 (or 0x921E66) is known color: Jazzberry Jam. HEX triplet: 92, 1E and 66. RGB value is (146,30,102). Sum of RGB (Red+Green+Blue) = 146+30+102=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #921E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E66 is #6DE199. Grayscale: #484848. Windows color (decimal): -7201178 or 6692498. OLE color: 6692498.
HSL color Cylindrical-coordinate representation of color #921E66: hue angle of 322.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E66 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 102 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.43 |
| HSL | 322.76º | 0.66% | 0.35% | - |
| HSV(B) | 322.76º | 0.79% | 0.57% | - |
| XYZ | 14.72 | 8 | 13.34 | - |
| YUV | 72.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 102 | 0 | 0.79 | 0.30 | 0.43 | 322.76 | 0.66 | 0.35 |
| Hex | 92 | 1E | 66 | 0 | 4F | 1E | 2B | 143 | 42 | 23 |
| Octal | 222 | 36 | 146 | 0 | 117 | 36 | 53 | 503 | 102 | 43 |
| Binary | 10010010 | 11110 | 1100110 | 0 | 1001111 | 11110 | 101011 | 101000011 | 1000010 | 100011 |
Color Harmonies of #921E66
Complementary color
Monochromatic Colors of #921E66
Black with #921E66
Text Example
Text Example
White with #921E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E66; }
p { color: rgb(146,30,102); }
H1.HeaderClassName
{
color: #921E66;
}
.AnyTagClassName
{
color: #921E66;
}
</style>
background-color css
<style>
a { background-color: #921E66; }
a { background-color: rgb(146,30,102); }
div.DivClassName
{
background-color: #921E66;
}
.BgClassName
{
background-color: #921E66;
}
</style>
border-color css
<style>
span { border-color: #921E66; }
span { border-color: rgb(146,30,102); }
td.TdClassName
{
border-color: #921E66;
}
.TagClassName
{
border-color: #921E66;
}
</style>