Shades of Jazzberry Jam #9F004C
Tints of Jazzberry Jam #9F004C
RGB
CMYK
RGB Variations
Color information
#9F004C (or 0x9F004C) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 4C. RGB value is (159,0,76). Sum of RGB (Red+Green+Blue) = 159+0+76=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F004C is #60FFB3. Grayscale: #383838. Windows color (decimal): -6356916 or 4980895. OLE color: 4980895.
HSL color Cylindrical-coordinate representation of color #9F004C: hue angle of 331.32º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F004C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.52 | 0.38 |
| HSL | 331.32º | 1% | 0.31% | - |
| HSV(B) | 331.32º | 1% | 0.62% | - |
| XYZ | 15.6 | 7.89 | 7.54 | - |
| YUV | 56.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 76 | 0 | 1 | 0.52 | 0.38 | 331.32 | 1 | 0.31 |
| Hex | 9F | 0 | 4C | 0 | 64 | 34 | 26 | 14B | 64 | 1F |
| Octal | 237 | 0 | 114 | 0 | 144 | 64 | 46 | 513 | 144 | 37 |
| Binary | 10011111 | 0 | 1001100 | 0 | 1100100 | 110100 | 100110 | 101001011 | 1100100 | 11111 |
Color Harmonies of #9F004C
Complementary color
Monochromatic Colors of #9F004C
Black with #9F004C
Text Example
Text Example
White with #9F004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F004C; }
p { color: rgb(159,0,76); }
H1.HeaderClassName
{
color: #9F004C;
}
.AnyTagClassName
{
color: #9F004C;
}
</style>
background-color css
<style>
a { background-color: #9F004C; }
a { background-color: rgb(159,0,76); }
div.DivClassName
{
background-color: #9F004C;
}
.BgClassName
{
background-color: #9F004C;
}
</style>
border-color css
<style>
span { border-color: #9F004C; }
span { border-color: rgb(159,0,76); }
td.TdClassName
{
border-color: #9F004C;
}
.TagClassName
{
border-color: #9F004C;
}
</style>