Shades of Jazzberry Jam #931A5E
Tints of Jazzberry Jam #931A5E
RGB
CMYK
RGB Variations
Color information
#931A5E (or 0x931A5E) is known color: Jazzberry Jam. HEX triplet: 93, 1A and 5E. RGB value is (147,26,94). Sum of RGB (Red+Green+Blue) = 147+26+94=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #931A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A5E is #6CE5A1. Grayscale: #454545. Windows color (decimal): -7136674 or 6167187. OLE color: 6167187.
HSL color Cylindrical-coordinate representation of color #931A5E: hue angle of 326.28º degrees, saturation: 0.7, 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 #931A5E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 94 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.42 |
| HSL | 326.28º | 0.7% | 0.34% | - |
| HSV(B) | 326.28º | 0.82% | 0.58% | - |
| XYZ | 14.42 | 7.75 | 11.33 | - |
| YUV | 69.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 94 | 0 | 0.82 | 0.36 | 0.42 | 326.28 | 0.7 | 0.34 |
| Hex | 93 | 1A | 5E | 0 | 52 | 24 | 2A | 146 | 46 | 22 |
| Octal | 223 | 32 | 136 | 0 | 122 | 44 | 52 | 506 | 106 | 42 |
| Binary | 10010011 | 11010 | 1011110 | 0 | 1010010 | 100100 | 101010 | 101000110 | 1000110 | 100010 |
Color Harmonies of #931A5E
Complementary color
Monochromatic Colors of #931A5E
Black with #931A5E
Text Example
Text Example
White with #931A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A5E; }
p { color: rgb(147,26,94); }
H1.HeaderClassName
{
color: #931A5E;
}
.AnyTagClassName
{
color: #931A5E;
}
</style>
background-color css
<style>
a { background-color: #931A5E; }
a { background-color: rgb(147,26,94); }
div.DivClassName
{
background-color: #931A5E;
}
.BgClassName
{
background-color: #931A5E;
}
</style>
border-color css
<style>
span { border-color: #931A5E; }
span { border-color: rgb(147,26,94); }
td.TdClassName
{
border-color: #931A5E;
}
.TagClassName
{
border-color: #931A5E;
}
</style>