Shades of Jazzberry Jam #9B0254
Tints of Jazzberry Jam #9B0254
RGB
CMYK
RGB Variations
Color information
#9B0254 (or 0x9B0254) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 54. RGB value is (155,2,84). Sum of RGB (Red+Green+Blue) = 155+2+84=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0254 is #64FDAB. Grayscale: #383838. Windows color (decimal): -6618540 or 5505691. OLE color: 5505691.
HSL color Cylindrical-coordinate representation of color #9B0254: hue angle of 327.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0254 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.39 |
| HSL | 327.84º | 0.97% | 0.31% | - |
| HSV(B) | 327.84º | 0.99% | 0.61% | - |
| XYZ | 15.14 | 7.65 | 9.07 | - |
| YUV | 57.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 84 | 0 | 0.99 | 0.46 | 0.39 | 327.84 | 0.97 | 0.31 |
| Hex | 9B | 2 | 54 | 0 | 63 | 2E | 27 | 148 | 61 | 1F |
| Octal | 233 | 2 | 124 | 0 | 143 | 56 | 47 | 510 | 141 | 37 |
| Binary | 10011011 | 10 | 1010100 | 0 | 1100011 | 101110 | 100111 | 101001000 | 1100001 | 11111 |
Color Harmonies of #9B0254
Complementary color
Monochromatic Colors of #9B0254
Black with #9B0254
Text Example
Text Example
White with #9B0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0254; }
p { color: rgb(155,2,84); }
H1.HeaderClassName
{
color: #9B0254;
}
.AnyTagClassName
{
color: #9B0254;
}
</style>
background-color css
<style>
a { background-color: #9B0254; }
a { background-color: rgb(155,2,84); }
div.DivClassName
{
background-color: #9B0254;
}
.BgClassName
{
background-color: #9B0254;
}
</style>
border-color css
<style>
span { border-color: #9B0254; }
span { border-color: rgb(155,2,84); }
td.TdClassName
{
border-color: #9B0254;
}
.TagClassName
{
border-color: #9B0254;
}
</style>