Shades of Jazzberry Jam #8F155B
Tints of Jazzberry Jam #8F155B
RGB
CMYK
RGB Variations
Color information
#8F155B (or 0x8F155B) is known color: Jazzberry Jam. HEX triplet: 8F, 15 and 5B. RGB value is (143,21,91). Sum of RGB (Red+Green+Blue) = 143+21+91=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F155B is #70EAA4. Grayscale: #414141. Windows color (decimal): -7400101 or 5969295. OLE color: 5969295.
HSL color Cylindrical-coordinate representation of color #8F155B: hue angle of 325.57º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F155B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 91 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.44 |
| HSL | 325.57º | 0.74% | 0.32% | - |
| HSV(B) | 325.57º | 0.85% | 0.56% | - |
| XYZ | 13.48 | 7.13 | 10.56 | - |
| YUV | 65.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 91 | 0 | 0.85 | 0.36 | 0.44 | 325.57 | 0.74 | 0.32 |
| Hex | 8F | 15 | 5B | 0 | 55 | 24 | 2C | 146 | 4A | 20 |
| Octal | 217 | 25 | 133 | 0 | 125 | 44 | 54 | 506 | 112 | 40 |
| Binary | 10001111 | 10101 | 1011011 | 0 | 1010101 | 100100 | 101100 | 101000110 | 1001010 | 100000 |
Color Harmonies of #8F155B
Complementary color
Monochromatic Colors of #8F155B
Black with #8F155B
Text Example
Text Example
White with #8F155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F155B; }
p { color: rgb(143,21,91); }
H1.HeaderClassName
{
color: #8F155B;
}
.AnyTagClassName
{
color: #8F155B;
}
</style>
background-color css
<style>
a { background-color: #8F155B; }
a { background-color: rgb(143,21,91); }
div.DivClassName
{
background-color: #8F155B;
}
.BgClassName
{
background-color: #8F155B;
}
</style>
border-color css
<style>
span { border-color: #8F155B; }
span { border-color: rgb(143,21,91); }
td.TdClassName
{
border-color: #8F155B;
}
.TagClassName
{
border-color: #8F155B;
}
</style>