Shades of Jazzberry Jam #9B145D
Tints of Jazzberry Jam #9B145D
RGB
CMYK
RGB Variations
Color information
#9B145D (or 0x9B145D) is known color: Jazzberry Jam. HEX triplet: 9B, 14 and 5D. RGB value is (155,20,93). Sum of RGB (Red+Green+Blue) = 155+20+93=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B145D is #64EBA2. Grayscale: #444444. Windows color (decimal): -6613923 or 6100123. OLE color: 6100123.
HSL color Cylindrical-coordinate representation of color #9B145D: hue angle of 327.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B145D is Cyan = 0, Magento = 0.87, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.4 | 0.39 |
| HSL | 327.56º | 0.77% | 0.34% | - |
| HSV(B) | 327.56º | 0.87% | 0.61% | - |
| XYZ | 15.74 | 8.26 | 11.12 | - |
| YUV | 68.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 93 | 0 | 0.87 | 0.4 | 0.39 | 327.56 | 0.77 | 0.34 |
| Hex | 9B | 14 | 5D | 0 | 57 | 28 | 27 | 148 | 4D | 22 |
| Octal | 233 | 24 | 135 | 0 | 127 | 50 | 47 | 510 | 115 | 42 |
| Binary | 10011011 | 10100 | 1011101 | 0 | 1010111 | 101000 | 100111 | 101001000 | 1001101 | 100010 |
Color Harmonies of #9B145D
Complementary color
Monochromatic Colors of #9B145D
Black with #9B145D
Text Example
Text Example
White with #9B145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B145D; }
p { color: rgb(155,20,93); }
H1.HeaderClassName
{
color: #9B145D;
}
.AnyTagClassName
{
color: #9B145D;
}
</style>
background-color css
<style>
a { background-color: #9B145D; }
a { background-color: rgb(155,20,93); }
div.DivClassName
{
background-color: #9B145D;
}
.BgClassName
{
background-color: #9B145D;
}
</style>
border-color css
<style>
span { border-color: #9B145D; }
span { border-color: rgb(155,20,93); }
td.TdClassName
{
border-color: #9B145D;
}
.TagClassName
{
border-color: #9B145D;
}
</style>