Shades of Jazzberry Jam #9B1C5E
Tints of Jazzberry Jam #9B1C5E
RGB
CMYK
RGB Variations
Color information
#9B1C5E (or 0x9B1C5E) is known color: Jazzberry Jam. HEX triplet: 9B, 1C and 5E. RGB value is (155,28,94). Sum of RGB (Red+Green+Blue) = 155+28+94=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C5E is #64E3A1. Grayscale: #494949. Windows color (decimal): -6611874 or 6167707. OLE color: 6167707.
HSL color Cylindrical-coordinate representation of color #9B1C5E: hue angle of 328.82º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C5E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 94 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.39 |
| HSL | 328.82º | 0.69% | 0.36% | - |
| HSV(B) | 328.82º | 0.82% | 0.61% | - |
| XYZ | 15.95 | 8.61 | 11.41 | - |
| YUV | 73.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 94 | 0 | 0.82 | 0.39 | 0.39 | 328.82 | 0.69 | 0.36 |
| Hex | 9B | 1C | 5E | 0 | 52 | 27 | 27 | 149 | 45 | 24 |
| Octal | 233 | 34 | 136 | 0 | 122 | 47 | 47 | 511 | 105 | 44 |
| Binary | 10011011 | 11100 | 1011110 | 0 | 1010010 | 100111 | 100111 | 101001001 | 1000101 | 100100 |
Color Harmonies of #9B1C5E
Complementary color
Monochromatic Colors of #9B1C5E
Black with #9B1C5E
Text Example
Text Example
White with #9B1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C5E; }
p { color: rgb(155,28,94); }
H1.HeaderClassName
{
color: #9B1C5E;
}
.AnyTagClassName
{
color: #9B1C5E;
}
</style>
background-color css
<style>
a { background-color: #9B1C5E; }
a { background-color: rgb(155,28,94); }
div.DivClassName
{
background-color: #9B1C5E;
}
.BgClassName
{
background-color: #9B1C5E;
}
</style>
border-color css
<style>
span { border-color: #9B1C5E; }
span { border-color: rgb(155,28,94); }
td.TdClassName
{
border-color: #9B1C5E;
}
.TagClassName
{
border-color: #9B1C5E;
}
</style>