Shades of Jazzberry Jam #930F4E
Tints of Jazzberry Jam #930F4E
RGB
CMYK
RGB Variations
Color information
#930F4E (or 0x930F4E) is known color: Jazzberry Jam. HEX triplet: 93, 0F and 4E. RGB value is (147,15,78). Sum of RGB (Red+Green+Blue) = 147+15+78=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #930F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F4E is #6CF0B1. Grayscale: #3D3D3D. Windows color (decimal): -7139506 or 5115795. OLE color: 5115795.
HSL color Cylindrical-coordinate representation of color #930F4E: hue angle of 331.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F4E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 78 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.42 |
| HSL | 331.36º | 0.81% | 0.32% | - |
| HSV(B) | 331.36º | 0.9% | 0.58% | - |
| XYZ | 13.58 | 7.09 | 7.86 | - |
| YUV | 61.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 78 | 0 | 0.90 | 0.47 | 0.42 | 331.36 | 0.81 | 0.32 |
| Hex | 93 | F | 4E | 0 | 5A | 2F | 2A | 14B | 51 | 20 |
| Octal | 223 | 17 | 116 | 0 | 132 | 57 | 52 | 513 | 121 | 40 |
| Binary | 10010011 | 1111 | 1001110 | 0 | 1011010 | 101111 | 101010 | 101001011 | 1010001 | 100000 |
Color Harmonies of #930F4E
Complementary color
Monochromatic Colors of #930F4E
Black with #930F4E
Text Example
Text Example
White with #930F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F4E; }
p { color: rgb(147,15,78); }
H1.HeaderClassName
{
color: #930F4E;
}
.AnyTagClassName
{
color: #930F4E;
}
</style>
background-color css
<style>
a { background-color: #930F4E; }
a { background-color: rgb(147,15,78); }
div.DivClassName
{
background-color: #930F4E;
}
.BgClassName
{
background-color: #930F4E;
}
</style>
border-color css
<style>
span { border-color: #930F4E; }
span { border-color: rgb(147,15,78); }
td.TdClassName
{
border-color: #930F4E;
}
.TagClassName
{
border-color: #930F4E;
}
</style>