Shades of Jazzberry Jam #8F004B
Tints of Jazzberry Jam #8F004B
RGB
CMYK
RGB Variations
Color information
#8F004B (or 0x8F004B) is known color: Jazzberry Jam. HEX triplet: 8F, 00 and 4B. RGB value is (143,0,75). Sum of RGB (Red+Green+Blue) = 143+0+75=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F004B is #70FFB4. Grayscale: #333333. Windows color (decimal): -7405493 or 4915343. OLE color: 4915343.
HSL color Cylindrical-coordinate representation of color #8F004B: hue angle of 328.53º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F004B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.48 | 0.44 |
| HSL | 328.53º | 1% | 0.28% | - |
| HSV(B) | 328.53º | 1% | 0.56% | - |
| XYZ | 12.6 | 6.35 | 7.22 | - |
| YUV | 51.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 75 | 0 | 1 | 0.48 | 0.44 | 328.53 | 1 | 0.28 |
| Hex | 8F | 0 | 4B | 0 | 64 | 30 | 2C | 149 | 64 | 1C |
| Octal | 217 | 0 | 113 | 0 | 144 | 60 | 54 | 511 | 144 | 34 |
| Binary | 10001111 | 0 | 1001011 | 0 | 1100100 | 110000 | 101100 | 101001001 | 1100100 | 11100 |
Color Harmonies of #8F004B
Complementary color
Monochromatic Colors of #8F004B
Black with #8F004B
Text Example
Text Example
White with #8F004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F004B; }
p { color: rgb(143,0,75); }
H1.HeaderClassName
{
color: #8F004B;
}
.AnyTagClassName
{
color: #8F004B;
}
</style>
background-color css
<style>
a { background-color: #8F004B; }
a { background-color: rgb(143,0,75); }
div.DivClassName
{
background-color: #8F004B;
}
.BgClassName
{
background-color: #8F004B;
}
</style>
border-color css
<style>
span { border-color: #8F004B; }
span { border-color: rgb(143,0,75); }
td.TdClassName
{
border-color: #8F004B;
}
.TagClassName
{
border-color: #8F004B;
}
</style>