Shades of Jazzberry Jam #9B186B
Tints of Jazzberry Jam #9B186B
RGB
CMYK
RGB Variations
Color information
#9B186B (or 0x9B186B) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 6B. RGB value is (155,24,107). Sum of RGB (Red+Green+Blue) = 155+24+107=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B186B is #64E794. Grayscale: #484848. Windows color (decimal): -6612885 or 7018651. OLE color: 7018651.
HSL color Cylindrical-coordinate representation of color #9B186B: hue angle of 321.98º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B186B is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 107 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.39 |
| HSL | 321.98º | 0.73% | 0.35% | - |
| HSV(B) | 321.98º | 0.85% | 0.61% | - |
| XYZ | 16.5 | 8.68 | 14.72 | - |
| YUV | 72.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 107 | 0 | 0.85 | 0.31 | 0.39 | 321.98 | 0.73 | 0.35 |
| Hex | 9B | 18 | 6B | 0 | 55 | 1F | 27 | 142 | 49 | 23 |
| Octal | 233 | 30 | 153 | 0 | 125 | 37 | 47 | 502 | 111 | 43 |
| Binary | 10011011 | 11000 | 1101011 | 0 | 1010101 | 11111 | 100111 | 101000010 | 1001001 | 100011 |
Color Harmonies of #9B186B
Complementary color
Monochromatic Colors of #9B186B
Black with #9B186B
Text Example
Text Example
White with #9B186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B186B; }
p { color: rgb(155,24,107); }
H1.HeaderClassName
{
color: #9B186B;
}
.AnyTagClassName
{
color: #9B186B;
}
</style>
background-color css
<style>
a { background-color: #9B186B; }
a { background-color: rgb(155,24,107); }
div.DivClassName
{
background-color: #9B186B;
}
.BgClassName
{
background-color: #9B186B;
}
</style>
border-color css
<style>
span { border-color: #9B186B; }
span { border-color: rgb(155,24,107); }
td.TdClassName
{
border-color: #9B186B;
}
.TagClassName
{
border-color: #9B186B;
}
</style>