Shades of Jazzberry Jam #9B1D6D
Tints of Jazzberry Jam #9B1D6D
RGB
CMYK
RGB Variations
Color information
#9B1D6D (or 0x9B1D6D) is known color: Jazzberry Jam. HEX triplet: 9B, 1D and 6D. RGB value is (155,29,109). Sum of RGB (Red+Green+Blue) = 155+29+109=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D6D is #64E292. Grayscale: #4B4B4B. Windows color (decimal): -6611603 or 7151003. OLE color: 7151003.
HSL color Cylindrical-coordinate representation of color #9B1D6D: hue angle of 321.9º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D6D is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 109 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.39 |
| HSL | 321.9º | 0.68% | 0.36% | - |
| HSV(B) | 321.9º | 0.81% | 0.61% | - |
| XYZ | 16.72 | 8.95 | 15.31 | - |
| YUV | 75.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 109 | 0 | 0.81 | 0.30 | 0.39 | 321.9 | 0.68 | 0.36 |
| Hex | 9B | 1D | 6D | 0 | 51 | 1E | 27 | 142 | 44 | 24 |
| Octal | 233 | 35 | 155 | 0 | 121 | 36 | 47 | 502 | 104 | 44 |
| Binary | 10011011 | 11101 | 1101101 | 0 | 1010001 | 11110 | 100111 | 101000010 | 1000100 | 100100 |
Color Harmonies of #9B1D6D
Complementary color
Monochromatic Colors of #9B1D6D
Black with #9B1D6D
Text Example
Text Example
White with #9B1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D6D; }
p { color: rgb(155,29,109); }
H1.HeaderClassName
{
color: #9B1D6D;
}
.AnyTagClassName
{
color: #9B1D6D;
}
</style>
background-color css
<style>
a { background-color: #9B1D6D; }
a { background-color: rgb(155,29,109); }
div.DivClassName
{
background-color: #9B1D6D;
}
.BgClassName
{
background-color: #9B1D6D;
}
</style>
border-color css
<style>
span { border-color: #9B1D6D; }
span { border-color: rgb(155,29,109); }
td.TdClassName
{
border-color: #9B1D6D;
}
.TagClassName
{
border-color: #9B1D6D;
}
</style>