Shades of Jazzberry Jam #9A0F5C
Tints of Jazzberry Jam #9A0F5C
RGB
CMYK
RGB Variations
Color information
#9A0F5C (or 0x9A0F5C) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 5C. RGB value is (154,15,92). Sum of RGB (Red+Green+Blue) = 154+15+92=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F5C is #65F0A3. Grayscale: #414141. Windows color (decimal): -6680740 or 6033306. OLE color: 6033306.
HSL color Cylindrical-coordinate representation of color #9A0F5C: hue angle of 326.76º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F5C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 92 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.40 |
| HSL | 326.76º | 0.82% | 0.33% | - |
| HSV(B) | 326.76º | 0.9% | 0.6% | - |
| XYZ | 15.43 | 7.98 | 10.85 | - |
| YUV | 65.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 92 | 0 | 0.90 | 0.40 | 0.40 | 326.76 | 0.82 | 0.33 |
| Hex | 9A | F | 5C | 0 | 5A | 28 | 28 | 147 | 52 | 21 |
| Octal | 232 | 17 | 134 | 0 | 132 | 50 | 50 | 507 | 122 | 41 |
| Binary | 10011010 | 1111 | 1011100 | 0 | 1011010 | 101000 | 101000 | 101000111 | 1010010 | 100001 |
Color Harmonies of #9A0F5C
Complementary color
Monochromatic Colors of #9A0F5C
Black with #9A0F5C
Text Example
Text Example
White with #9A0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F5C; }
p { color: rgb(154,15,92); }
H1.HeaderClassName
{
color: #9A0F5C;
}
.AnyTagClassName
{
color: #9A0F5C;
}
</style>
background-color css
<style>
a { background-color: #9A0F5C; }
a { background-color: rgb(154,15,92); }
div.DivClassName
{
background-color: #9A0F5C;
}
.BgClassName
{
background-color: #9A0F5C;
}
</style>
border-color css
<style>
span { border-color: #9A0F5C; }
span { border-color: rgb(154,15,92); }
td.TdClassName
{
border-color: #9A0F5C;
}
.TagClassName
{
border-color: #9A0F5C;
}
</style>