Shades of Jazzberry Jam #8B074B
Tints of Jazzberry Jam #8B074B
RGB
CMYK
RGB Variations
Color information
#8B074B (or 0x8B074B) is known color: Jazzberry Jam. HEX triplet: 8B, 07 and 4B. RGB value is (139,7,75). Sum of RGB (Red+Green+Blue) = 139+7+75=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B074B is #74F8B4. Grayscale: #363636. Windows color (decimal): -7665845 or 4917131. OLE color: 4917131.
HSL color Cylindrical-coordinate representation of color #8B074B: hue angle of 329.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B074B is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 75 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.45 |
| HSL | 329.09º | 0.9% | 0.29% | - |
| HSV(B) | 329.09º | 0.95% | 0.55% | - |
| XYZ | 11.99 | 6.15 | 7.21 | - |
| YUV | 54.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 75 | 0 | 0.95 | 0.46 | 0.45 | 329.09 | 0.9 | 0.29 |
| Hex | 8B | 7 | 4B | 0 | 5F | 2E | 2D | 149 | 5A | 1D |
| Octal | 213 | 7 | 113 | 0 | 137 | 56 | 55 | 511 | 132 | 35 |
| Binary | 10001011 | 111 | 1001011 | 0 | 1011111 | 101110 | 101101 | 101001001 | 1011010 | 11101 |
Color Harmonies of #8B074B
Complementary color
Monochromatic Colors of #8B074B
Black with #8B074B
Text Example
Text Example
White with #8B074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B074B; }
p { color: rgb(139,7,75); }
H1.HeaderClassName
{
color: #8B074B;
}
.AnyTagClassName
{
color: #8B074B;
}
</style>
background-color css
<style>
a { background-color: #8B074B; }
a { background-color: rgb(139,7,75); }
div.DivClassName
{
background-color: #8B074B;
}
.BgClassName
{
background-color: #8B074B;
}
</style>
border-color css
<style>
span { border-color: #8B074B; }
span { border-color: rgb(139,7,75); }
td.TdClassName
{
border-color: #8B074B;
}
.TagClassName
{
border-color: #8B074B;
}
</style>