Shades of Jazzberry Jam #910A4D
Tints of Jazzberry Jam #910A4D
RGB
CMYK
RGB Variations
Color information
#910A4D (or 0x910A4D) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 4D. RGB value is (145,10,77). Sum of RGB (Red+Green+Blue) = 145+10+77=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #910A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A4D is #6EF5B2. Grayscale: #393939. Windows color (decimal): -7271859 or 5048977. OLE color: 5048977.
HSL color Cylindrical-coordinate representation of color #910A4D: hue angle of 330.22º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A4D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 77 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.43 |
| HSL | 330.22º | 0.87% | 0.3% | - |
| HSV(B) | 330.22º | 0.93% | 0.57% | - |
| XYZ | 13.13 | 6.77 | 7.64 | - |
| YUV | 58 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 77 | 0 | 0.93 | 0.47 | 0.43 | 330.22 | 0.87 | 0.3 |
| Hex | 91 | A | 4D | 0 | 5D | 2F | 2B | 14A | 57 | 1E |
| Octal | 221 | 12 | 115 | 0 | 135 | 57 | 53 | 512 | 127 | 36 |
| Binary | 10010001 | 1010 | 1001101 | 0 | 1011101 | 101111 | 101011 | 101001010 | 1010111 | 11110 |
Color Harmonies of #910A4D
Complementary color
Monochromatic Colors of #910A4D
Black with #910A4D
Text Example
Text Example
White with #910A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A4D; }
p { color: rgb(145,10,77); }
H1.HeaderClassName
{
color: #910A4D;
}
.AnyTagClassName
{
color: #910A4D;
}
</style>
background-color css
<style>
a { background-color: #910A4D; }
a { background-color: rgb(145,10,77); }
div.DivClassName
{
background-color: #910A4D;
}
.BgClassName
{
background-color: #910A4D;
}
</style>
border-color css
<style>
span { border-color: #910A4D; }
span { border-color: rgb(145,10,77); }
td.TdClassName
{
border-color: #910A4D;
}
.TagClassName
{
border-color: #910A4D;
}
</style>