Shades of Jazzberry Jam #9A175C
Tints of Jazzberry Jam #9A175C
RGB
CMYK
RGB Variations
Color information
#9A175C (or 0x9A175C) is known color: Jazzberry Jam. HEX triplet: 9A, 17 and 5C. RGB value is (154,23,92). Sum of RGB (Red+Green+Blue) = 154+23+92=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A175C is #65E8A3. Grayscale: #454545. Windows color (decimal): -6678692 or 6035354. OLE color: 6035354.
HSL color Cylindrical-coordinate representation of color #9A175C: hue angle of 328.4º 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 #9A175C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 92 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.40 |
| HSL | 328.4º | 0.74% | 0.35% | - |
| HSV(B) | 328.4º | 0.85% | 0.6% | - |
| XYZ | 15.56 | 8.26 | 10.9 | - |
| YUV | 70.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 92 | 0 | 0.85 | 0.40 | 0.40 | 328.4 | 0.74 | 0.35 |
| Hex | 9A | 17 | 5C | 0 | 55 | 28 | 28 | 148 | 4A | 23 |
| Octal | 232 | 27 | 134 | 0 | 125 | 50 | 50 | 510 | 112 | 43 |
| Binary | 10011010 | 10111 | 1011100 | 0 | 1010101 | 101000 | 101000 | 101001000 | 1001010 | 100011 |
Color Harmonies of #9A175C
Complementary color
Monochromatic Colors of #9A175C
Black with #9A175C
Text Example
Text Example
White with #9A175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A175C; }
p { color: rgb(154,23,92); }
H1.HeaderClassName
{
color: #9A175C;
}
.AnyTagClassName
{
color: #9A175C;
}
</style>
background-color css
<style>
a { background-color: #9A175C; }
a { background-color: rgb(154,23,92); }
div.DivClassName
{
background-color: #9A175C;
}
.BgClassName
{
background-color: #9A175C;
}
</style>
border-color css
<style>
span { border-color: #9A175C; }
span { border-color: rgb(154,23,92); }
td.TdClassName
{
border-color: #9A175C;
}
.TagClassName
{
border-color: #9A175C;
}
</style>