Shades of Jazzberry Jam #9A145C
Tints of Jazzberry Jam #9A145C
RGB
CMYK
RGB Variations
Color information
#9A145C (or 0x9A145C) is known color: Jazzberry Jam. HEX triplet: 9A, 14 and 5C. RGB value is (154,20,92). Sum of RGB (Red+Green+Blue) = 154+20+92=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A145C is #65EBA3. Grayscale: #444444. Windows color (decimal): -6679460 or 6034586. OLE color: 6034586.
HSL color Cylindrical-coordinate representation of color #9A145C: hue angle of 327.76º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A145C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 92 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.40 |
| HSL | 327.76º | 0.77% | 0.34% | - |
| HSV(B) | 327.76º | 0.87% | 0.6% | - |
| XYZ | 15.51 | 8.14 | 10.88 | - |
| YUV | 68.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 92 | 0 | 0.87 | 0.40 | 0.40 | 327.76 | 0.77 | 0.34 |
| Hex | 9A | 14 | 5C | 0 | 57 | 28 | 28 | 148 | 4D | 22 |
| Octal | 232 | 24 | 134 | 0 | 127 | 50 | 50 | 510 | 115 | 42 |
| Binary | 10011010 | 10100 | 1011100 | 0 | 1010111 | 101000 | 101000 | 101001000 | 1001101 | 100010 |
Color Harmonies of #9A145C
Complementary color
Monochromatic Colors of #9A145C
Black with #9A145C
Text Example
Text Example
White with #9A145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A145C; }
p { color: rgb(154,20,92); }
H1.HeaderClassName
{
color: #9A145C;
}
.AnyTagClassName
{
color: #9A145C;
}
</style>
background-color css
<style>
a { background-color: #9A145C; }
a { background-color: rgb(154,20,92); }
div.DivClassName
{
background-color: #9A145C;
}
.BgClassName
{
background-color: #9A145C;
}
</style>
border-color css
<style>
span { border-color: #9A145C; }
span { border-color: rgb(154,20,92); }
td.TdClassName
{
border-color: #9A145C;
}
.TagClassName
{
border-color: #9A145C;
}
</style>