Shades of Jazzberry Jam #9B054A
Tints of Jazzberry Jam #9B054A
RGB
CMYK
RGB Variations
Color information
#9B054A (or 0x9B054A) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 4A. RGB value is (155,5,74). Sum of RGB (Red+Green+Blue) = 155+5+74=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B054A is #64FAB5. Grayscale: #393939. Windows color (decimal): -6617782 or 4851099. OLE color: 4851099.
HSL color Cylindrical-coordinate representation of color #9B054A: hue angle of 332.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B054A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 74 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.39 |
| HSL | 332.4º | 0.94% | 0.31% | - |
| HSV(B) | 332.4º | 0.97% | 0.61% | - |
| XYZ | 14.81 | 7.57 | 7.16 | - |
| YUV | 57.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 74 | 0 | 0.97 | 0.52 | 0.39 | 332.4 | 0.94 | 0.31 |
| Hex | 9B | 5 | 4A | 0 | 61 | 34 | 27 | 14C | 5E | 1F |
| Octal | 233 | 5 | 112 | 0 | 141 | 64 | 47 | 514 | 136 | 37 |
| Binary | 10011011 | 101 | 1001010 | 0 | 1100001 | 110100 | 100111 | 101001100 | 1011110 | 11111 |
Color Harmonies of #9B054A
Complementary color
Monochromatic Colors of #9B054A
Black with #9B054A
Text Example
Text Example
White with #9B054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B054A; }
p { color: rgb(155,5,74); }
H1.HeaderClassName
{
color: #9B054A;
}
.AnyTagClassName
{
color: #9B054A;
}
</style>
background-color css
<style>
a { background-color: #9B054A; }
a { background-color: rgb(155,5,74); }
div.DivClassName
{
background-color: #9B054A;
}
.BgClassName
{
background-color: #9B054A;
}
</style>
border-color css
<style>
span { border-color: #9B054A; }
span { border-color: rgb(155,5,74); }
td.TdClassName
{
border-color: #9B054A;
}
.TagClassName
{
border-color: #9B054A;
}
</style>