Shades of Jazzberry Jam #9A1260
Tints of Jazzberry Jam #9A1260
RGB
CMYK
RGB Variations
Color information
#9A1260 (or 0x9A1260) is known color: Jazzberry Jam. HEX triplet: 9A, 12 and 60. RGB value is (154,18,96). Sum of RGB (Red+Green+Blue) = 154+18+96=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1260 is #65ED9F. Grayscale: #434343. Windows color (decimal): -6679968 or 6296218. OLE color: 6296218.
HSL color Cylindrical-coordinate representation of color #9A1260: hue angle of 325.59º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1260 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 96 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.40 |
| HSL | 325.59º | 0.79% | 0.34% | - |
| HSV(B) | 325.59º | 0.88% | 0.6% | - |
| XYZ | 15.65 | 8.15 | 11.81 | - |
| YUV | 67.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 96 | 0 | 0.88 | 0.38 | 0.40 | 325.59 | 0.79 | 0.34 |
| Hex | 9A | 12 | 60 | 0 | 58 | 26 | 28 | 146 | 4F | 22 |
| Octal | 232 | 22 | 140 | 0 | 130 | 46 | 50 | 506 | 117 | 42 |
| Binary | 10011010 | 10010 | 1100000 | 0 | 1011000 | 100110 | 101000 | 101000110 | 1001111 | 100010 |
Color Harmonies of #9A1260
Complementary color
Monochromatic Colors of #9A1260
Black with #9A1260
Text Example
Text Example
White with #9A1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1260; }
p { color: rgb(154,18,96); }
H1.HeaderClassName
{
color: #9A1260;
}
.AnyTagClassName
{
color: #9A1260;
}
</style>
background-color css
<style>
a { background-color: #9A1260; }
a { background-color: rgb(154,18,96); }
div.DivClassName
{
background-color: #9A1260;
}
.BgClassName
{
background-color: #9A1260;
}
</style>
border-color css
<style>
span { border-color: #9A1260; }
span { border-color: rgb(154,18,96); }
td.TdClassName
{
border-color: #9A1260;
}
.TagClassName
{
border-color: #9A1260;
}
</style>