Shades of Jazzberry Jam #8F034C
Tints of Jazzberry Jam #8F034C
RGB
CMYK
RGB Variations
Color information
#8F034C (or 0x8F034C) is known color: Jazzberry Jam. HEX triplet: 8F, 03 and 4C. RGB value is (143,3,76). Sum of RGB (Red+Green+Blue) = 143+3+76=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F034C is #70FCB3. Grayscale: #353535. Windows color (decimal): -7404724 or 4981647. OLE color: 4981647.
HSL color Cylindrical-coordinate representation of color #8F034C: hue angle of 328.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F034C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.44 |
| HSL | 328.71º | 0.96% | 0.29% | - |
| HSV(B) | 328.71º | 0.98% | 0.56% | - |
| XYZ | 12.66 | 6.43 | 7.41 | - |
| YUV | 53.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 76 | 0 | 0.98 | 0.47 | 0.44 | 328.71 | 0.96 | 0.29 |
| Hex | 8F | 3 | 4C | 0 | 62 | 2F | 2C | 149 | 60 | 1D |
| Octal | 217 | 3 | 114 | 0 | 142 | 57 | 54 | 511 | 140 | 35 |
| Binary | 10001111 | 11 | 1001100 | 0 | 1100010 | 101111 | 101100 | 101001001 | 1100000 | 11101 |
Color Harmonies of #8F034C
Complementary color
Monochromatic Colors of #8F034C
Black with #8F034C
Text Example
Text Example
White with #8F034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F034C; }
p { color: rgb(143,3,76); }
H1.HeaderClassName
{
color: #8F034C;
}
.AnyTagClassName
{
color: #8F034C;
}
</style>
background-color css
<style>
a { background-color: #8F034C; }
a { background-color: rgb(143,3,76); }
div.DivClassName
{
background-color: #8F034C;
}
.BgClassName
{
background-color: #8F034C;
}
</style>
border-color css
<style>
span { border-color: #8F034C; }
span { border-color: rgb(143,3,76); }
td.TdClassName
{
border-color: #8F034C;
}
.TagClassName
{
border-color: #8F034C;
}
</style>