Shades of Jazzberry Jam #941A5C
Tints of Jazzberry Jam #941A5C
RGB
CMYK
RGB Variations
Color information
#941A5C (or 0x941A5C) is known color: Jazzberry Jam. HEX triplet: 94, 1A and 5C. RGB value is (148,26,92). Sum of RGB (Red+Green+Blue) = 148+26+92=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #941A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941A5C is #6BE5A3. Grayscale: #454545. Windows color (decimal): -7071140 or 6036116. OLE color: 6036116.
HSL color Cylindrical-coordinate representation of color #941A5C: hue angle of 327.54º 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 #941A5C is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 92 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.42 |
| HSL | 327.54º | 0.7% | 0.34% | - |
| HSV(B) | 327.54º | 0.82% | 0.58% | - |
| XYZ | 14.51 | 7.81 | 10.87 | - |
| YUV | 70 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 92 | 0 | 0.82 | 0.38 | 0.42 | 327.54 | 0.7 | 0.34 |
| Hex | 94 | 1A | 5C | 0 | 52 | 26 | 2A | 148 | 46 | 22 |
| Octal | 224 | 32 | 134 | 0 | 122 | 46 | 52 | 510 | 106 | 42 |
| Binary | 10010100 | 11010 | 1011100 | 0 | 1010010 | 100110 | 101010 | 101001000 | 1000110 | 100010 |
Color Harmonies of #941A5C
Complementary color
Monochromatic Colors of #941A5C
Black with #941A5C
Text Example
Text Example
White with #941A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A5C; }
p { color: rgb(148,26,92); }
H1.HeaderClassName
{
color: #941A5C;
}
.AnyTagClassName
{
color: #941A5C;
}
</style>
background-color css
<style>
a { background-color: #941A5C; }
a { background-color: rgb(148,26,92); }
div.DivClassName
{
background-color: #941A5C;
}
.BgClassName
{
background-color: #941A5C;
}
</style>
border-color css
<style>
span { border-color: #941A5C; }
span { border-color: rgb(148,26,92); }
td.TdClassName
{
border-color: #941A5C;
}
.TagClassName
{
border-color: #941A5C;
}
</style>