Shades of Jazzberry Jam #9A1765
Tints of Jazzberry Jam #9A1765
RGB
CMYK
RGB Variations
Color information
#9A1765 (or 0x9A1765) is known color: Jazzberry Jam. HEX triplet: 9A, 17 and 65. RGB value is (154,23,101). Sum of RGB (Red+Green+Blue) = 154+23+101=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1765 is #65E89A. Grayscale: #464646. Windows color (decimal): -6678683 or 6625178. OLE color: 6625178.
HSL color Cylindrical-coordinate representation of color #9A1765: hue angle of 324.27º 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 #9A1765 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 101 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.40 |
| HSL | 324.27º | 0.74% | 0.35% | - |
| HSV(B) | 324.27º | 0.85% | 0.6% | - |
| XYZ | 15.98 | 8.42 | 13.1 | - |
| YUV | 71.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 101 | 0 | 0.85 | 0.34 | 0.40 | 324.27 | 0.74 | 0.35 |
| Hex | 9A | 17 | 65 | 0 | 55 | 22 | 28 | 144 | 4A | 23 |
| Octal | 232 | 27 | 145 | 0 | 125 | 42 | 50 | 504 | 112 | 43 |
| Binary | 10011010 | 10111 | 1100101 | 0 | 1010101 | 100010 | 101000 | 101000100 | 1001010 | 100011 |
Color Harmonies of #9A1765
Complementary color
Monochromatic Colors of #9A1765
Black with #9A1765
Text Example
Text Example
White with #9A1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1765; }
p { color: rgb(154,23,101); }
H1.HeaderClassName
{
color: #9A1765;
}
.AnyTagClassName
{
color: #9A1765;
}
</style>
background-color css
<style>
a { background-color: #9A1765; }
a { background-color: rgb(154,23,101); }
div.DivClassName
{
background-color: #9A1765;
}
.BgClassName
{
background-color: #9A1765;
}
</style>
border-color css
<style>
span { border-color: #9A1765; }
span { border-color: rgb(154,23,101); }
td.TdClassName
{
border-color: #9A1765;
}
.TagClassName
{
border-color: #9A1765;
}
</style>