Shades of Jazzberry Jam #9B0243
Tints of Jazzberry Jam #9B0243
RGB
CMYK
RGB Variations
Color information
#9B0243 (or 0x9B0243) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 43. RGB value is (155,2,67). Sum of RGB (Red+Green+Blue) = 155+2+67=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0243 is #64FDBC. Grayscale: #373737. Windows color (decimal): -6618557 or 4391579. OLE color: 4391579.
HSL color Cylindrical-coordinate representation of color #9B0243: hue angle of 334.51º 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 #9B0243 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.39 |
| HSL | 334.51º | 0.97% | 0.31% | - |
| HSV(B) | 334.51º | 0.99% | 0.61% | - |
| XYZ | 14.55 | 7.42 | 5.97 | - |
| YUV | 55.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 67 | 0 | 0.99 | 0.57 | 0.39 | 334.51 | 0.97 | 0.31 |
| Hex | 9B | 2 | 43 | 0 | 63 | 39 | 27 | 14F | 61 | 1F |
| Octal | 233 | 2 | 103 | 0 | 143 | 71 | 47 | 517 | 141 | 37 |
| Binary | 10011011 | 10 | 1000011 | 0 | 1100011 | 111001 | 100111 | 101001111 | 1100001 | 11111 |
Color Harmonies of #9B0243
Complementary color
Monochromatic Colors of #9B0243
Black with #9B0243
Text Example
Text Example
White with #9B0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0243; }
p { color: rgb(155,2,67); }
H1.HeaderClassName
{
color: #9B0243;
}
.AnyTagClassName
{
color: #9B0243;
}
</style>
background-color css
<style>
a { background-color: #9B0243; }
a { background-color: rgb(155,2,67); }
div.DivClassName
{
background-color: #9B0243;
}
.BgClassName
{
background-color: #9B0243;
}
</style>
border-color css
<style>
span { border-color: #9B0243; }
span { border-color: rgb(155,2,67); }
td.TdClassName
{
border-color: #9B0243;
}
.TagClassName
{
border-color: #9B0243;
}
</style>