Shades of Jazzberry Jam #9B1D6C
Tints of Jazzberry Jam #9B1D6C
RGB
CMYK
RGB Variations
Color information
#9B1D6C (or 0x9B1D6C) is known color: Jazzberry Jam. HEX triplet: 9B, 1D and 6C. RGB value is (155,29,108). Sum of RGB (Red+Green+Blue) = 155+29+108=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D6C is #64E293. Grayscale: #4B4B4B. Windows color (decimal): -6611604 or 7085467. OLE color: 7085467.
HSL color Cylindrical-coordinate representation of color #9B1D6C: hue angle of 322.38º 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 #9B1D6C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 108 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.39 |
| HSL | 322.38º | 0.68% | 0.36% | - |
| HSV(B) | 322.38º | 0.81% | 0.61% | - |
| XYZ | 16.66 | 8.93 | 15.03 | - |
| YUV | 75.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 108 | 0 | 0.81 | 0.30 | 0.39 | 322.38 | 0.68 | 0.36 |
| Hex | 9B | 1D | 6C | 0 | 51 | 1E | 27 | 142 | 44 | 24 |
| Octal | 233 | 35 | 154 | 0 | 121 | 36 | 47 | 502 | 104 | 44 |
| Binary | 10011011 | 11101 | 1101100 | 0 | 1010001 | 11110 | 100111 | 101000010 | 1000100 | 100100 |
Color Harmonies of #9B1D6C
Complementary color
Monochromatic Colors of #9B1D6C
Black with #9B1D6C
Text Example
Text Example
White with #9B1D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D6C; }
p { color: rgb(155,29,108); }
H1.HeaderClassName
{
color: #9B1D6C;
}
.AnyTagClassName
{
color: #9B1D6C;
}
</style>
background-color css
<style>
a { background-color: #9B1D6C; }
a { background-color: rgb(155,29,108); }
div.DivClassName
{
background-color: #9B1D6C;
}
.BgClassName
{
background-color: #9B1D6C;
}
</style>
border-color css
<style>
span { border-color: #9B1D6C; }
span { border-color: rgb(155,29,108); }
td.TdClassName
{
border-color: #9B1D6C;
}
.TagClassName
{
border-color: #9B1D6C;
}
</style>