Shades of Jazzberry Jam #9A1453
Tints of Jazzberry Jam #9A1453
RGB
CMYK
RGB Variations
Color information
#9A1453 (or 0x9A1453) is known color: Jazzberry Jam. HEX triplet: 9A, 14 and 53. RGB value is (154,20,83). Sum of RGB (Red+Green+Blue) = 154+20+83=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1453 is #65EBAC. Grayscale: #434343. Windows color (decimal): -6679469 or 5444762. OLE color: 5444762.
HSL color Cylindrical-coordinate representation of color #9A1453: hue angle of 331.79º 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 #9A1453 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 83 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.40 |
| HSL | 331.79º | 0.77% | 0.34% | - |
| HSV(B) | 331.79º | 0.87% | 0.6% | - |
| XYZ | 15.14 | 7.99 | 8.93 | - |
| YUV | 67.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 83 | 0 | 0.87 | 0.46 | 0.40 | 331.79 | 0.77 | 0.34 |
| Hex | 9A | 14 | 53 | 0 | 57 | 2E | 28 | 14C | 4D | 22 |
| Octal | 232 | 24 | 123 | 0 | 127 | 56 | 50 | 514 | 115 | 42 |
| Binary | 10011010 | 10100 | 1010011 | 0 | 1010111 | 101110 | 101000 | 101001100 | 1001101 | 100010 |
Color Harmonies of #9A1453
Complementary color
Monochromatic Colors of #9A1453
Black with #9A1453
Text Example
Text Example
White with #9A1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1453; }
p { color: rgb(154,20,83); }
H1.HeaderClassName
{
color: #9A1453;
}
.AnyTagClassName
{
color: #9A1453;
}
</style>
background-color css
<style>
a { background-color: #9A1453; }
a { background-color: rgb(154,20,83); }
div.DivClassName
{
background-color: #9A1453;
}
.BgClassName
{
background-color: #9A1453;
}
</style>
border-color css
<style>
span { border-color: #9A1453; }
span { border-color: rgb(154,20,83); }
td.TdClassName
{
border-color: #9A1453;
}
.TagClassName
{
border-color: #9A1453;
}
</style>