Shades of Jazzberry Jam #9A0F57
Tints of Jazzberry Jam #9A0F57
RGB
CMYK
RGB Variations
Color information
#9A0F57 (or 0x9A0F57) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 57. RGB value is (154,15,87). Sum of RGB (Red+Green+Blue) = 154+15+87=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F57 is #65F0A8. Grayscale: #404040. Windows color (decimal): -6680745 or 5705626. OLE color: 5705626.
HSL color Cylindrical-coordinate representation of color #9A0F57: hue angle of 328.92º 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 #9A0F57 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 87 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.40 |
| HSL | 328.92º | 0.82% | 0.33% | - |
| HSV(B) | 328.92º | 0.9% | 0.6% | - |
| XYZ | 15.22 | 7.9 | 9.74 | - |
| YUV | 64.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 87 | 0 | 0.90 | 0.44 | 0.40 | 328.92 | 0.82 | 0.33 |
| Hex | 9A | F | 57 | 0 | 5A | 2C | 28 | 149 | 52 | 21 |
| Octal | 232 | 17 | 127 | 0 | 132 | 54 | 50 | 511 | 122 | 41 |
| Binary | 10011010 | 1111 | 1010111 | 0 | 1011010 | 101100 | 101000 | 101001001 | 1010010 | 100001 |
Color Harmonies of #9A0F57
Complementary color
Monochromatic Colors of #9A0F57
Black with #9A0F57
Text Example
Text Example
White with #9A0F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F57; }
p { color: rgb(154,15,87); }
H1.HeaderClassName
{
color: #9A0F57;
}
.AnyTagClassName
{
color: #9A0F57;
}
</style>
background-color css
<style>
a { background-color: #9A0F57; }
a { background-color: rgb(154,15,87); }
div.DivClassName
{
background-color: #9A0F57;
}
.BgClassName
{
background-color: #9A0F57;
}
</style>
border-color css
<style>
span { border-color: #9A0F57; }
span { border-color: rgb(154,15,87); }
td.TdClassName
{
border-color: #9A0F57;
}
.TagClassName
{
border-color: #9A0F57;
}
</style>