Shades of Jazzberry Jam #9A1B6C
Tints of Jazzberry Jam #9A1B6C
RGB
CMYK
RGB Variations
Color information
#9A1B6C (or 0x9A1B6C) is known color: Jazzberry Jam. HEX triplet: 9A, 1B and 6C. RGB value is (154,27,108). Sum of RGB (Red+Green+Blue) = 154+27+108=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1B6C is #65E493. Grayscale: #4A4A4A. Windows color (decimal): -6677652 or 7084954. OLE color: 7084954.
HSL color Cylindrical-coordinate representation of color #9A1B6C: hue angle of 321.73º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B6C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 108 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.40 |
| HSL | 321.73º | 0.7% | 0.35% | - |
| HSV(B) | 321.73º | 0.82% | 0.6% | - |
| XYZ | 16.43 | 8.74 | 15.01 | - |
| YUV | 74.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 108 | 0 | 0.82 | 0.30 | 0.40 | 321.73 | 0.7 | 0.35 |
| Hex | 9A | 1B | 6C | 0 | 52 | 1E | 28 | 142 | 46 | 23 |
| Octal | 232 | 33 | 154 | 0 | 122 | 36 | 50 | 502 | 106 | 43 |
| Binary | 10011010 | 11011 | 1101100 | 0 | 1010010 | 11110 | 101000 | 101000010 | 1000110 | 100011 |
Color Harmonies of #9A1B6C
Complementary color
Monochromatic Colors of #9A1B6C
Black with #9A1B6C
Text Example
Text Example
White with #9A1B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B6C; }
p { color: rgb(154,27,108); }
H1.HeaderClassName
{
color: #9A1B6C;
}
.AnyTagClassName
{
color: #9A1B6C;
}
</style>
background-color css
<style>
a { background-color: #9A1B6C; }
a { background-color: rgb(154,27,108); }
div.DivClassName
{
background-color: #9A1B6C;
}
.BgClassName
{
background-color: #9A1B6C;
}
</style>
border-color css
<style>
span { border-color: #9A1B6C; }
span { border-color: rgb(154,27,108); }
td.TdClassName
{
border-color: #9A1B6C;
}
.TagClassName
{
border-color: #9A1B6C;
}
</style>