Shades of Jazzberry Jam #9B044F
Tints of Jazzberry Jam #9B044F
RGB
CMYK
RGB Variations
Color information
#9B044F (or 0x9B044F) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 4F. RGB value is (155,4,79). Sum of RGB (Red+Green+Blue) = 155+4+79=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B044F is #64FBB0. Grayscale: #393939. Windows color (decimal): -6618033 or 5178523. OLE color: 5178523.
HSL color Cylindrical-coordinate representation of color #9B044F: hue angle of 330.2º degrees, saturation: 0.95, 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 #9B044F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.39 |
| HSL | 330.2º | 0.95% | 0.31% | - |
| HSV(B) | 330.2º | 0.97% | 0.61% | - |
| XYZ | 14.97 | 7.62 | 8.08 | - |
| YUV | 57.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 79 | 0 | 0.97 | 0.49 | 0.39 | 330.2 | 0.95 | 0.31 |
| Hex | 9B | 4 | 4F | 0 | 61 | 31 | 27 | 14A | 5F | 1F |
| Octal | 233 | 4 | 117 | 0 | 141 | 61 | 47 | 512 | 137 | 37 |
| Binary | 10011011 | 100 | 1001111 | 0 | 1100001 | 110001 | 100111 | 101001010 | 1011111 | 11111 |
Color Harmonies of #9B044F
Complementary color
Monochromatic Colors of #9B044F
Black with #9B044F
Text Example
Text Example
White with #9B044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B044F; }
p { color: rgb(155,4,79); }
H1.HeaderClassName
{
color: #9B044F;
}
.AnyTagClassName
{
color: #9B044F;
}
</style>
background-color css
<style>
a { background-color: #9B044F; }
a { background-color: rgb(155,4,79); }
div.DivClassName
{
background-color: #9B044F;
}
.BgClassName
{
background-color: #9B044F;
}
</style>
border-color css
<style>
span { border-color: #9B044F; }
span { border-color: rgb(155,4,79); }
td.TdClassName
{
border-color: #9B044F;
}
.TagClassName
{
border-color: #9B044F;
}
</style>