Shades of Jazzberry Jam #8F0D52
Tints of Jazzberry Jam #8F0D52
RGB
CMYK
RGB Variations
Color information
#8F0D52 (or 0x8F0D52) is known color: Jazzberry Jam. HEX triplet: 8F, 0D and 52. RGB value is (143,13,82). Sum of RGB (Red+Green+Blue) = 143+13+82=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0D52 is #70F2AD. Grayscale: #3B3B3B. Windows color (decimal): -7402158 or 5377423. OLE color: 5377423.
HSL color Cylindrical-coordinate representation of color #8F0D52: hue angle of 328.15º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D52 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 13 | 82 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.44 |
| HSL | 328.15º | 0.83% | 0.31% | - |
| HSV(B) | 328.15º | 0.91% | 0.56% | - |
| XYZ | 12.99 | 6.74 | 8.6 | - |
| YUV | 59.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 82 | 0 | 0.91 | 0.43 | 0.44 | 328.15 | 0.83 | 0.31 |
| Hex | 8F | D | 52 | 0 | 5B | 2B | 2C | 148 | 53 | 1F |
| Octal | 217 | 15 | 122 | 0 | 133 | 53 | 54 | 510 | 123 | 37 |
| Binary | 10001111 | 1101 | 1010010 | 0 | 1011011 | 101011 | 101100 | 101001000 | 1010011 | 11111 |
Color Harmonies of #8F0D52
Complementary color
Monochromatic Colors of #8F0D52
Black with #8F0D52
Text Example
Text Example
White with #8F0D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D52; }
p { color: rgb(143,13,82); }
H1.HeaderClassName
{
color: #8F0D52;
}
.AnyTagClassName
{
color: #8F0D52;
}
</style>
background-color css
<style>
a { background-color: #8F0D52; }
a { background-color: rgb(143,13,82); }
div.DivClassName
{
background-color: #8F0D52;
}
.BgClassName
{
background-color: #8F0D52;
}
</style>
border-color css
<style>
span { border-color: #8F0D52; }
span { border-color: rgb(143,13,82); }
td.TdClassName
{
border-color: #8F0D52;
}
.TagClassName
{
border-color: #8F0D52;
}
</style>