Shades of Jazzberry Jam #91054D
Tints of Jazzberry Jam #91054D
RGB
CMYK
RGB Variations
Color information
#91054D (or 0x91054D) is known color: Jazzberry Jam. HEX triplet: 91, 05 and 4D. RGB value is (145,5,77). Sum of RGB (Red+Green+Blue) = 145+5+77=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #91054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91054D is #6EFAB2. Grayscale: #363636. Windows color (decimal): -7273139 or 5047697. OLE color: 5047697.
HSL color Cylindrical-coordinate representation of color #91054D: hue angle of 329.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91054D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.43 |
| HSL | 329.14º | 0.93% | 0.29% | - |
| HSV(B) | 329.14º | 0.97% | 0.57% | - |
| XYZ | 13.07 | 6.66 | 7.62 | - |
| YUV | 55.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 77 | 0 | 0.97 | 0.47 | 0.43 | 329.14 | 0.93 | 0.29 |
| Hex | 91 | 5 | 4D | 0 | 61 | 2F | 2B | 149 | 5D | 1D |
| Octal | 221 | 5 | 115 | 0 | 141 | 57 | 53 | 511 | 135 | 35 |
| Binary | 10010001 | 101 | 1001101 | 0 | 1100001 | 101111 | 101011 | 101001001 | 1011101 | 11101 |
Color Harmonies of #91054D
Complementary color
Monochromatic Colors of #91054D
Black with #91054D
Text Example
Text Example
White with #91054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91054D; }
p { color: rgb(145,5,77); }
H1.HeaderClassName
{
color: #91054D;
}
.AnyTagClassName
{
color: #91054D;
}
</style>
background-color css
<style>
a { background-color: #91054D; }
a { background-color: rgb(145,5,77); }
div.DivClassName
{
background-color: #91054D;
}
.BgClassName
{
background-color: #91054D;
}
</style>
border-color css
<style>
span { border-color: #91054D; }
span { border-color: rgb(145,5,77); }
td.TdClassName
{
border-color: #91054D;
}
.TagClassName
{
border-color: #91054D;
}
</style>