Shades of Jazzberry Jam #9A1858
Tints of Jazzberry Jam #9A1858
RGB
CMYK
RGB Variations
Color information
#9A1858 (or 0x9A1858) is known color: Jazzberry Jam. HEX triplet: 9A, 18 and 58. RGB value is (154,24,88). Sum of RGB (Red+Green+Blue) = 154+24+88=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1858 is #65E7A7. Grayscale: #464646. Windows color (decimal): -6678440 or 5773466. OLE color: 5773466.
HSL color Cylindrical-coordinate representation of color #9A1858: hue angle of 330.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1858 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 88 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.40 |
| HSL | 330.46º | 0.73% | 0.35% | - |
| HSV(B) | 330.46º | 0.84% | 0.6% | - |
| XYZ | 15.41 | 8.23 | 10.01 | - |
| YUV | 70.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 88 | 0 | 0.84 | 0.43 | 0.40 | 330.46 | 0.73 | 0.35 |
| Hex | 9A | 18 | 58 | 0 | 54 | 2B | 28 | 14A | 49 | 23 |
| Octal | 232 | 30 | 130 | 0 | 124 | 53 | 50 | 512 | 111 | 43 |
| Binary | 10011010 | 11000 | 1011000 | 0 | 1010100 | 101011 | 101000 | 101001010 | 1001001 | 100011 |
Color Harmonies of #9A1858
Complementary color
Monochromatic Colors of #9A1858
Black with #9A1858
Text Example
Text Example
White with #9A1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1858; }
p { color: rgb(154,24,88); }
H1.HeaderClassName
{
color: #9A1858;
}
.AnyTagClassName
{
color: #9A1858;
}
</style>
background-color css
<style>
a { background-color: #9A1858; }
a { background-color: rgb(154,24,88); }
div.DivClassName
{
background-color: #9A1858;
}
.BgClassName
{
background-color: #9A1858;
}
</style>
border-color css
<style>
span { border-color: #9A1858; }
span { border-color: rgb(154,24,88); }
td.TdClassName
{
border-color: #9A1858;
}
.TagClassName
{
border-color: #9A1858;
}
</style>