Shades of Jazzberry Jam #931B5E
Tints of Jazzberry Jam #931B5E
RGB
CMYK
RGB Variations
Color information
#931B5E (or 0x931B5E) is known color: Jazzberry Jam. HEX triplet: 93, 1B and 5E. RGB value is (147,27,94). Sum of RGB (Red+Green+Blue) = 147+27+94=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #931B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931B5E is #6CE4A1. Grayscale: #464646. Windows color (decimal): -7136418 or 6167443. OLE color: 6167443.
HSL color Cylindrical-coordinate representation of color #931B5E: hue angle of 326.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931B5E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 94 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.42 |
| HSL | 326.5º | 0.69% | 0.34% | - |
| HSV(B) | 326.5º | 0.82% | 0.58% | - |
| XYZ | 14.44 | 7.8 | 11.33 | - |
| YUV | 70.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 94 | 0 | 0.82 | 0.36 | 0.42 | 326.5 | 0.69 | 0.34 |
| Hex | 93 | 1B | 5E | 0 | 52 | 24 | 2A | 146 | 45 | 22 |
| Octal | 223 | 33 | 136 | 0 | 122 | 44 | 52 | 506 | 105 | 42 |
| Binary | 10010011 | 11011 | 1011110 | 0 | 1010010 | 100100 | 101010 | 101000110 | 1000101 | 100010 |
Color Harmonies of #931B5E
Complementary color
Monochromatic Colors of #931B5E
Black with #931B5E
Text Example
Text Example
White with #931B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B5E; }
p { color: rgb(147,27,94); }
H1.HeaderClassName
{
color: #931B5E;
}
.AnyTagClassName
{
color: #931B5E;
}
</style>
background-color css
<style>
a { background-color: #931B5E; }
a { background-color: rgb(147,27,94); }
div.DivClassName
{
background-color: #931B5E;
}
.BgClassName
{
background-color: #931B5E;
}
</style>
border-color css
<style>
span { border-color: #931B5E; }
span { border-color: rgb(147,27,94); }
td.TdClassName
{
border-color: #931B5E;
}
.TagClassName
{
border-color: #931B5E;
}
</style>