Shades of Jazzberry Jam #8F195D
Tints of Jazzberry Jam #8F195D
RGB
CMYK
RGB Variations
Color information
#8F195D (or 0x8F195D) is known color: Jazzberry Jam. HEX triplet: 8F, 19 and 5D. RGB value is (143,25,93). Sum of RGB (Red+Green+Blue) = 143+25+93=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F195D is #70E6A2. Grayscale: #434343. Windows color (decimal): -7399075 or 6101391. OLE color: 6101391.
HSL color Cylindrical-coordinate representation of color #8F195D: hue angle of 325.42º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F195D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 93 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.44 |
| HSL | 325.42º | 0.7% | 0.33% | - |
| HSV(B) | 325.42º | 0.83% | 0.56% | - |
| XYZ | 13.65 | 7.33 | 11.05 | - |
| YUV | 68.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 93 | 0 | 0.83 | 0.35 | 0.44 | 325.42 | 0.7 | 0.33 |
| Hex | 8F | 19 | 5D | 0 | 53 | 23 | 2C | 145 | 46 | 21 |
| Octal | 217 | 31 | 135 | 0 | 123 | 43 | 54 | 505 | 106 | 41 |
| Binary | 10001111 | 11001 | 1011101 | 0 | 1010011 | 100011 | 101100 | 101000101 | 1000110 | 100001 |
Color Harmonies of #8F195D
Complementary color
Monochromatic Colors of #8F195D
Black with #8F195D
Text Example
Text Example
White with #8F195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F195D; }
p { color: rgb(143,25,93); }
H1.HeaderClassName
{
color: #8F195D;
}
.AnyTagClassName
{
color: #8F195D;
}
</style>
background-color css
<style>
a { background-color: #8F195D; }
a { background-color: rgb(143,25,93); }
div.DivClassName
{
background-color: #8F195D;
}
.BgClassName
{
background-color: #8F195D;
}
</style>
border-color css
<style>
span { border-color: #8F195D; }
span { border-color: rgb(143,25,93); }
td.TdClassName
{
border-color: #8F195D;
}
.TagClassName
{
border-color: #8F195D;
}
</style>