Shades of Jazzberry Jam #9A0F4D
Tints of Jazzberry Jam #9A0F4D
RGB
CMYK
RGB Variations
Color information
#9A0F4D (or 0x9A0F4D) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 4D. RGB value is (154,15,77). Sum of RGB (Red+Green+Blue) = 154+15+77=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F4D is #65F0B2. Grayscale: #3F3F3F. Windows color (decimal): -6680755 or 5050266. OLE color: 5050266.
HSL color Cylindrical-coordinate representation of color #9A0F4D: hue angle of 333.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F4D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 77 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.40 |
| HSL | 333.24º | 0.82% | 0.33% | - |
| HSV(B) | 333.24º | 0.9% | 0.6% | - |
| XYZ | 14.84 | 7.75 | 7.73 | - |
| YUV | 63.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 77 | 0 | 0.90 | 0.50 | 0.40 | 333.24 | 0.82 | 0.33 |
| Hex | 9A | F | 4D | 0 | 5A | 32 | 28 | 14D | 52 | 21 |
| Octal | 232 | 17 | 115 | 0 | 132 | 62 | 50 | 515 | 122 | 41 |
| Binary | 10011010 | 1111 | 1001101 | 0 | 1011010 | 110010 | 101000 | 101001101 | 1010010 | 100001 |
Color Harmonies of #9A0F4D
Complementary color
Monochromatic Colors of #9A0F4D
Black with #9A0F4D
Text Example
Text Example
White with #9A0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F4D; }
p { color: rgb(154,15,77); }
H1.HeaderClassName
{
color: #9A0F4D;
}
.AnyTagClassName
{
color: #9A0F4D;
}
</style>
background-color css
<style>
a { background-color: #9A0F4D; }
a { background-color: rgb(154,15,77); }
div.DivClassName
{
background-color: #9A0F4D;
}
.BgClassName
{
background-color: #9A0F4D;
}
</style>
border-color css
<style>
span { border-color: #9A0F4D; }
span { border-color: rgb(154,15,77); }
td.TdClassName
{
border-color: #9A0F4D;
}
.TagClassName
{
border-color: #9A0F4D;
}
</style>