Shades of Jazzberry Jam #8F175F
Tints of Jazzberry Jam #8F175F
RGB
CMYK
RGB Variations
Color information
#8F175F (or 0x8F175F) is known color: Jazzberry Jam. HEX triplet: 8F, 17 and 5F. RGB value is (143,23,95). Sum of RGB (Red+Green+Blue) = 143+23+95=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F175F is #70E8A0. Grayscale: #424242. Windows color (decimal): -7399585 or 6231951. OLE color: 6231951.
HSL color Cylindrical-coordinate representation of color #8F175F: hue angle of 324º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F175F is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 95 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.44 |
| HSL | 324º | 0.72% | 0.33% | - |
| HSV(B) | 324º | 0.84% | 0.56% | - |
| XYZ | 13.7 | 7.28 | 11.51 | - |
| YUV | 67.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 95 | 0 | 0.84 | 0.34 | 0.44 | 324 | 0.72 | 0.33 |
| Hex | 8F | 17 | 5F | 0 | 54 | 22 | 2C | 144 | 48 | 21 |
| Octal | 217 | 27 | 137 | 0 | 124 | 42 | 54 | 504 | 110 | 41 |
| Binary | 10001111 | 10111 | 1011111 | 0 | 1010100 | 100010 | 101100 | 101000100 | 1001000 | 100001 |
Color Harmonies of #8F175F
Complementary color
Monochromatic Colors of #8F175F
Black with #8F175F
Text Example
Text Example
White with #8F175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F175F; }
p { color: rgb(143,23,95); }
H1.HeaderClassName
{
color: #8F175F;
}
.AnyTagClassName
{
color: #8F175F;
}
</style>
background-color css
<style>
a { background-color: #8F175F; }
a { background-color: rgb(143,23,95); }
div.DivClassName
{
background-color: #8F175F;
}
.BgClassName
{
background-color: #8F175F;
}
</style>
border-color css
<style>
span { border-color: #8F175F; }
span { border-color: rgb(143,23,95); }
td.TdClassName
{
border-color: #8F175F;
}
.TagClassName
{
border-color: #8F175F;
}
</style>