Shades of Jazzberry Jam #9A0657
Tints of Jazzberry Jam #9A0657
RGB
CMYK
RGB Variations
Color information
#9A0657 (or 0x9A0657) is known color: Jazzberry Jam. HEX triplet: 9A, 06 and 57. RGB value is (154,6,87). Sum of RGB (Red+Green+Blue) = 154+6+87=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0657 is #65F9A8. Grayscale: #3B3B3B. Windows color (decimal): -6683049 or 5703322. OLE color: 5703322.
HSL color Cylindrical-coordinate representation of color #9A0657: hue angle of 327.16º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0657 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 87 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.40 |
| HSL | 327.16º | 0.93% | 0.31% | - |
| HSV(B) | 327.16º | 0.96% | 0.6% | - |
| XYZ | 15.11 | 7.69 | 9.7 | - |
| YUV | 59.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 87 | 0 | 0.96 | 0.44 | 0.40 | 327.16 | 0.93 | 0.31 |
| Hex | 9A | 6 | 57 | 0 | 60 | 2C | 28 | 147 | 5C | 1F |
| Octal | 232 | 6 | 127 | 0 | 140 | 54 | 50 | 507 | 134 | 37 |
| Binary | 10011010 | 110 | 1010111 | 0 | 1100000 | 101100 | 101000 | 101000111 | 1011100 | 11111 |
Color Harmonies of #9A0657
Complementary color
Monochromatic Colors of #9A0657
Black with #9A0657
Text Example
Text Example
White with #9A0657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0657; }
p { color: rgb(154,6,87); }
H1.HeaderClassName
{
color: #9A0657;
}
.AnyTagClassName
{
color: #9A0657;
}
</style>
background-color css
<style>
a { background-color: #9A0657; }
a { background-color: rgb(154,6,87); }
div.DivClassName
{
background-color: #9A0657;
}
.BgClassName
{
background-color: #9A0657;
}
</style>
border-color css
<style>
span { border-color: #9A0657; }
span { border-color: rgb(154,6,87); }
td.TdClassName
{
border-color: #9A0657;
}
.TagClassName
{
border-color: #9A0657;
}
</style>