Shades of Jazzberry Jam #8A0246
Tints of Jazzberry Jam #8A0246
RGB
CMYK
RGB Variations
Color information
#8A0246 (or 0x8A0246) is known color: Jazzberry Jam. HEX triplet: 8A, 02 and 46. RGB value is (138,2,70). Sum of RGB (Red+Green+Blue) = 138+2+70=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0246 is #75FDB9. Grayscale: #323232. Windows color (decimal): -7732666 or 4588170. OLE color: 4588170.
HSL color Cylindrical-coordinate representation of color #8A0246: hue angle of 330º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0246 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.46 |
| HSL | 330º | 0.97% | 0.27% | - |
| HSV(B) | 330º | 0.99% | 0.54% | - |
| XYZ | 11.61 | 5.89 | 6.32 | - |
| YUV | 50.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 70 | 0 | 0.99 | 0.49 | 0.46 | 330 | 0.97 | 0.27 |
| Hex | 8A | 2 | 46 | 0 | 63 | 31 | 2E | 14A | 61 | 1B |
| Octal | 212 | 2 | 106 | 0 | 143 | 61 | 56 | 512 | 141 | 33 |
| Binary | 10001010 | 10 | 1000110 | 0 | 1100011 | 110001 | 101110 | 101001010 | 1100001 | 11011 |
Color Harmonies of #8A0246
Complementary color
Monochromatic Colors of #8A0246
Black with #8A0246
Text Example
Text Example
White with #8A0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0246; }
p { color: rgb(138,2,70); }
H1.HeaderClassName
{
color: #8A0246;
}
.AnyTagClassName
{
color: #8A0246;
}
</style>
background-color css
<style>
a { background-color: #8A0246; }
a { background-color: rgb(138,2,70); }
div.DivClassName
{
background-color: #8A0246;
}
.BgClassName
{
background-color: #8A0246;
}
</style>
border-color css
<style>
span { border-color: #8A0246; }
span { border-color: rgb(138,2,70); }
td.TdClassName
{
border-color: #8A0246;
}
.TagClassName
{
border-color: #8A0246;
}
</style>