Shades of Jazzberry Jam #911B63
Tints of Jazzberry Jam #911B63
RGB
CMYK
RGB Variations
Color information
#911B63 (or 0x911B63) is known color: Jazzberry Jam. HEX triplet: 91, 1B and 63. RGB value is (145,27,99). Sum of RGB (Red+Green+Blue) = 145+27+99=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #911B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911B63 is #6EE49C. Grayscale: #464646. Windows color (decimal): -7267485 or 6495121. OLE color: 6495121.
HSL color Cylindrical-coordinate representation of color #911B63: hue angle of 323.39º 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 #911B63 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 27 | 99 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.43 |
| HSL | 323.39º | 0.69% | 0.34% | - |
| HSV(B) | 323.39º | 0.81% | 0.57% | - |
| XYZ | 14.32 | 7.7 | 12.54 | - |
| YUV | 70.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 99 | 0 | 0.81 | 0.32 | 0.43 | 323.39 | 0.69 | 0.34 |
| Hex | 91 | 1B | 63 | 0 | 51 | 20 | 2B | 143 | 45 | 22 |
| Octal | 221 | 33 | 143 | 0 | 121 | 40 | 53 | 503 | 105 | 42 |
| Binary | 10010001 | 11011 | 1100011 | 0 | 1010001 | 100000 | 101011 | 101000011 | 1000101 | 100010 |
Color Harmonies of #911B63
Complementary color
Monochromatic Colors of #911B63
Black with #911B63
Text Example
Text Example
White with #911B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911B63; }
p { color: rgb(145,27,99); }
H1.HeaderClassName
{
color: #911B63;
}
.AnyTagClassName
{
color: #911B63;
}
</style>
background-color css
<style>
a { background-color: #911B63; }
a { background-color: rgb(145,27,99); }
div.DivClassName
{
background-color: #911B63;
}
.BgClassName
{
background-color: #911B63;
}
</style>
border-color css
<style>
span { border-color: #911B63; }
span { border-color: rgb(145,27,99); }
td.TdClassName
{
border-color: #911B63;
}
.TagClassName
{
border-color: #911B63;
}
</style>