Shades of Jazzberry Jam #9B1B65
Tints of Jazzberry Jam #9B1B65
RGB
CMYK
RGB Variations
Color information
#9B1B65 (or 0x9B1B65) is known color: Jazzberry Jam. HEX triplet: 9B, 1B and 65. RGB value is (155,27,101). Sum of RGB (Red+Green+Blue) = 155+27+101=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B65 is #64E49A. Grayscale: #494949. Windows color (decimal): -6612123 or 6626203. OLE color: 6626203.
HSL color Cylindrical-coordinate representation of color #9B1B65: hue angle of 325.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B65 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 101 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.39 |
| HSL | 325.31º | 0.7% | 0.36% | - |
| HSV(B) | 325.31º | 0.83% | 0.61% | - |
| XYZ | 16.26 | 8.69 | 13.13 | - |
| YUV | 73.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 101 | 0 | 0.83 | 0.35 | 0.39 | 325.31 | 0.7 | 0.36 |
| Hex | 9B | 1B | 65 | 0 | 53 | 23 | 27 | 145 | 46 | 24 |
| Octal | 233 | 33 | 145 | 0 | 123 | 43 | 47 | 505 | 106 | 44 |
| Binary | 10011011 | 11011 | 1100101 | 0 | 1010011 | 100011 | 100111 | 101000101 | 1000110 | 100100 |
Color Harmonies of #9B1B65
Complementary color
Monochromatic Colors of #9B1B65
Black with #9B1B65
Text Example
Text Example
White with #9B1B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B65; }
p { color: rgb(155,27,101); }
H1.HeaderClassName
{
color: #9B1B65;
}
.AnyTagClassName
{
color: #9B1B65;
}
</style>
background-color css
<style>
a { background-color: #9B1B65; }
a { background-color: rgb(155,27,101); }
div.DivClassName
{
background-color: #9B1B65;
}
.BgClassName
{
background-color: #9B1B65;
}
</style>
border-color css
<style>
span { border-color: #9B1B65; }
span { border-color: rgb(155,27,101); }
td.TdClassName
{
border-color: #9B1B65;
}
.TagClassName
{
border-color: #9B1B65;
}
</style>