Shades of Jazzberry Jam #9B185E
Tints of Jazzberry Jam #9B185E
RGB
CMYK
RGB Variations
Color information
#9B185E (or 0x9B185E) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 5E. RGB value is (155,24,94). Sum of RGB (Red+Green+Blue) = 155+24+94=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B185E is #64E7A1. Grayscale: #474747. Windows color (decimal): -6612898 or 6166683. OLE color: 6166683.
HSL color Cylindrical-coordinate representation of color #9B185E: hue angle of 327.94º 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 #9B185E is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 94 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.39 |
| HSL | 327.94º | 0.73% | 0.35% | - |
| HSV(B) | 327.94º | 0.85% | 0.61% | - |
| XYZ | 15.86 | 8.43 | 11.38 | - |
| YUV | 71.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 94 | 0 | 0.85 | 0.39 | 0.39 | 327.94 | 0.73 | 0.35 |
| Hex | 9B | 18 | 5E | 0 | 55 | 27 | 27 | 148 | 49 | 23 |
| Octal | 233 | 30 | 136 | 0 | 125 | 47 | 47 | 510 | 111 | 43 |
| Binary | 10011011 | 11000 | 1011110 | 0 | 1010101 | 100111 | 100111 | 101001000 | 1001001 | 100011 |
Color Harmonies of #9B185E
Complementary color
Monochromatic Colors of #9B185E
Black with #9B185E
Text Example
Text Example
White with #9B185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B185E; }
p { color: rgb(155,24,94); }
H1.HeaderClassName
{
color: #9B185E;
}
.AnyTagClassName
{
color: #9B185E;
}
</style>
background-color css
<style>
a { background-color: #9B185E; }
a { background-color: rgb(155,24,94); }
div.DivClassName
{
background-color: #9B185E;
}
.BgClassName
{
background-color: #9B185E;
}
</style>
border-color css
<style>
span { border-color: #9B185E; }
span { border-color: rgb(155,24,94); }
td.TdClassName
{
border-color: #9B185E;
}
.TagClassName
{
border-color: #9B185E;
}
</style>