Shades of Jazzberry Jam #9A1753
Tints of Jazzberry Jam #9A1753
RGB
CMYK
RGB Variations
Color information
#9A1753 (or 0x9A1753) is known color: Jazzberry Jam. HEX triplet: 9A, 17 and 53. RGB value is (154,23,83). Sum of RGB (Red+Green+Blue) = 154+23+83=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1753 is #65E8AC. Grayscale: #444444. Windows color (decimal): -6678701 or 5445530. OLE color: 5445530.
HSL color Cylindrical-coordinate representation of color #9A1753: hue angle of 332.52º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1753 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 83 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.40 |
| HSL | 332.52º | 0.74% | 0.35% | - |
| HSV(B) | 332.52º | 0.85% | 0.6% | - |
| XYZ | 15.19 | 8.11 | 8.95 | - |
| YUV | 69.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 83 | 0 | 0.85 | 0.46 | 0.40 | 332.52 | 0.74 | 0.35 |
| Hex | 9A | 17 | 53 | 0 | 55 | 2E | 28 | 14D | 4A | 23 |
| Octal | 232 | 27 | 123 | 0 | 125 | 56 | 50 | 515 | 112 | 43 |
| Binary | 10011010 | 10111 | 1010011 | 0 | 1010101 | 101110 | 101000 | 101001101 | 1001010 | 100011 |
Color Harmonies of #9A1753
Complementary color
Monochromatic Colors of #9A1753
Black with #9A1753
Text Example
Text Example
White with #9A1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1753; }
p { color: rgb(154,23,83); }
H1.HeaderClassName
{
color: #9A1753;
}
.AnyTagClassName
{
color: #9A1753;
}
</style>
background-color css
<style>
a { background-color: #9A1753; }
a { background-color: rgb(154,23,83); }
div.DivClassName
{
background-color: #9A1753;
}
.BgClassName
{
background-color: #9A1753;
}
</style>
border-color css
<style>
span { border-color: #9A1753; }
span { border-color: rgb(154,23,83); }
td.TdClassName
{
border-color: #9A1753;
}
.TagClassName
{
border-color: #9A1753;
}
</style>