Shades of Jazzberry Jam #8F115A
Tints of Jazzberry Jam #8F115A
RGB
CMYK
RGB Variations
Color information
#8F115A (or 0x8F115A) is known color: Jazzberry Jam. HEX triplet: 8F, 11 and 5A. RGB value is (143,17,90). Sum of RGB (Red+Green+Blue) = 143+17+90=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F115A is #70EEA5. Grayscale: #3E3E3E. Windows color (decimal): -7401126 or 5902735. OLE color: 5902735.
HSL color Cylindrical-coordinate representation of color #8F115A: hue angle of 325.24º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F115A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 90 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.44 |
| HSL | 325.24º | 0.79% | 0.31% | - |
| HSV(B) | 325.24º | 0.88% | 0.56% | - |
| XYZ | 13.37 | 6.98 | 10.32 | - |
| YUV | 63 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 90 | 0 | 0.88 | 0.37 | 0.44 | 325.24 | 0.79 | 0.31 |
| Hex | 8F | 11 | 5A | 0 | 58 | 25 | 2C | 145 | 4F | 1F |
| Octal | 217 | 21 | 132 | 0 | 130 | 45 | 54 | 505 | 117 | 37 |
| Binary | 10001111 | 10001 | 1011010 | 0 | 1011000 | 100101 | 101100 | 101000101 | 1001111 | 11111 |
Color Harmonies of #8F115A
Complementary color
Monochromatic Colors of #8F115A
Black with #8F115A
Text Example
Text Example
White with #8F115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F115A; }
p { color: rgb(143,17,90); }
H1.HeaderClassName
{
color: #8F115A;
}
.AnyTagClassName
{
color: #8F115A;
}
</style>
background-color css
<style>
a { background-color: #8F115A; }
a { background-color: rgb(143,17,90); }
div.DivClassName
{
background-color: #8F115A;
}
.BgClassName
{
background-color: #8F115A;
}
</style>
border-color css
<style>
span { border-color: #8F115A; }
span { border-color: rgb(143,17,90); }
td.TdClassName
{
border-color: #8F115A;
}
.TagClassName
{
border-color: #8F115A;
}
</style>