Shades of Jazzberry Jam #911B64
Tints of Jazzberry Jam #911B64
RGB
CMYK
RGB Variations
Color information
#911B64 (or 0x911B64) is known color: Jazzberry Jam. HEX triplet: 91, 1B and 64. RGB value is (145,27,100). Sum of RGB (Red+Green+Blue) = 145+27+100=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #911B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911B64 is #6EE49B. Grayscale: #464646. Windows color (decimal): -7267484 or 6560657. OLE color: 6560657.
HSL color Cylindrical-coordinate representation of color #911B64: hue angle of 322.88º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911B64 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 27 | 100 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.43 |
| HSL | 322.88º | 0.69% | 0.34% | - |
| HSV(B) | 322.88º | 0.81% | 0.57% | - |
| XYZ | 14.37 | 7.72 | 12.79 | - |
| YUV | 70.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 100 | 0 | 0.81 | 0.31 | 0.43 | 322.88 | 0.69 | 0.34 |
| Hex | 91 | 1B | 64 | 0 | 51 | 1F | 2B | 143 | 45 | 22 |
| Octal | 221 | 33 | 144 | 0 | 121 | 37 | 53 | 503 | 105 | 42 |
| Binary | 10010001 | 11011 | 1100100 | 0 | 1010001 | 11111 | 101011 | 101000011 | 1000101 | 100010 |
Color Harmonies of #911B64
Complementary color
Monochromatic Colors of #911B64
Black with #911B64
Text Example
Text Example
White with #911B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911B64; }
p { color: rgb(145,27,100); }
H1.HeaderClassName
{
color: #911B64;
}
.AnyTagClassName
{
color: #911B64;
}
</style>
background-color css
<style>
a { background-color: #911B64; }
a { background-color: rgb(145,27,100); }
div.DivClassName
{
background-color: #911B64;
}
.BgClassName
{
background-color: #911B64;
}
</style>
border-color css
<style>
span { border-color: #911B64; }
span { border-color: rgb(145,27,100); }
td.TdClassName
{
border-color: #911B64;
}
.TagClassName
{
border-color: #911B64;
}
</style>