Shades of Jazzberry Jam #9B004B
Tints of Jazzberry Jam #9B004B
RGB
CMYK
RGB Variations
Color information
#9B004B (or 0x9B004B) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 4B. RGB value is (155,0,75). Sum of RGB (Red+Green+Blue) = 155+0+75=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B004B is #64FFB4. Grayscale: #363636. Windows color (decimal): -6619061 or 4915355. OLE color: 4915355.
HSL color Cylindrical-coordinate representation of color #9B004B: hue angle of 330.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B004B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.52 | 0.39 |
| HSL | 330.97º | 1% | 0.3% | - |
| HSV(B) | 330.97º | 1% | 0.61% | - |
| XYZ | 14.79 | 7.48 | 7.32 | - |
| YUV | 54.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 75 | 0 | 1 | 0.52 | 0.39 | 330.97 | 1 | 0.3 |
| Hex | 9B | 0 | 4B | 0 | 64 | 34 | 27 | 14B | 64 | 1E |
| Octal | 233 | 0 | 113 | 0 | 144 | 64 | 47 | 513 | 144 | 36 |
| Binary | 10011011 | 0 | 1001011 | 0 | 1100100 | 110100 | 100111 | 101001011 | 1100100 | 11110 |
Color Harmonies of #9B004B
Complementary color
Monochromatic Colors of #9B004B
Black with #9B004B
Text Example
Text Example
White with #9B004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B004B; }
p { color: rgb(155,0,75); }
H1.HeaderClassName
{
color: #9B004B;
}
.AnyTagClassName
{
color: #9B004B;
}
</style>
background-color css
<style>
a { background-color: #9B004B; }
a { background-color: rgb(155,0,75); }
div.DivClassName
{
background-color: #9B004B;
}
.BgClassName
{
background-color: #9B004B;
}
</style>
border-color css
<style>
span { border-color: #9B004B; }
span { border-color: rgb(155,0,75); }
td.TdClassName
{
border-color: #9B004B;
}
.TagClassName
{
border-color: #9B004B;
}
</style>