Shades of Jazzberry Jam #910F4E
Tints of Jazzberry Jam #910F4E
RGB
CMYK
RGB Variations
Color information
#910F4E (or 0x910F4E) is known color: Jazzberry Jam. HEX triplet: 91, 0F and 4E. RGB value is (145,15,78). Sum of RGB (Red+Green+Blue) = 145+15+78=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #910F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F4E is #6EF0B1. Grayscale: #3C3C3C. Windows color (decimal): -7270578 or 5115793. OLE color: 5115793.
HSL color Cylindrical-coordinate representation of color #910F4E: hue angle of 330.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F4E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 78 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.43 |
| HSL | 330.92º | 0.81% | 0.31% | - |
| HSV(B) | 330.92º | 0.9% | 0.57% | - |
| XYZ | 13.22 | 6.91 | 7.84 | - |
| YUV | 61.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 78 | 0 | 0.90 | 0.46 | 0.43 | 330.92 | 0.81 | 0.31 |
| Hex | 91 | F | 4E | 0 | 5A | 2E | 2B | 14B | 51 | 1F |
| Octal | 221 | 17 | 116 | 0 | 132 | 56 | 53 | 513 | 121 | 37 |
| Binary | 10010001 | 1111 | 1001110 | 0 | 1011010 | 101110 | 101011 | 101001011 | 1010001 | 11111 |
Color Harmonies of #910F4E
Complementary color
Monochromatic Colors of #910F4E
Black with #910F4E
Text Example
Text Example
White with #910F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F4E; }
p { color: rgb(145,15,78); }
H1.HeaderClassName
{
color: #910F4E;
}
.AnyTagClassName
{
color: #910F4E;
}
</style>
background-color css
<style>
a { background-color: #910F4E; }
a { background-color: rgb(145,15,78); }
div.DivClassName
{
background-color: #910F4E;
}
.BgClassName
{
background-color: #910F4E;
}
</style>
border-color css
<style>
span { border-color: #910F4E; }
span { border-color: rgb(145,15,78); }
td.TdClassName
{
border-color: #910F4E;
}
.TagClassName
{
border-color: #910F4E;
}
</style>