Shades of Jazzberry Jam #9F045A
Tints of Jazzberry Jam #9F045A
RGB
CMYK
RGB Variations
Color information
#9F045A (or 0x9F045A) is known color: Jazzberry Jam. HEX triplet: 9F, 04 and 5A. RGB value is (159,4,90). Sum of RGB (Red+Green+Blue) = 159+4+90=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F045A is #60FBA5. Grayscale: #3B3B3B. Windows color (decimal): -6355878 or 5899423. OLE color: 5899423.
HSL color Cylindrical-coordinate representation of color #9F045A: hue angle of 326.71º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F045A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.38 |
| HSL | 326.71º | 0.95% | 0.32% | - |
| HSV(B) | 326.71º | 0.97% | 0.62% | - |
| XYZ | 16.19 | 8.2 | 10.4 | - |
| YUV | 60.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 90 | 0 | 0.97 | 0.43 | 0.38 | 326.71 | 0.95 | 0.32 |
| Hex | 9F | 4 | 5A | 0 | 61 | 2B | 26 | 147 | 5F | 20 |
| Octal | 237 | 4 | 132 | 0 | 141 | 53 | 46 | 507 | 137 | 40 |
| Binary | 10011111 | 100 | 1011010 | 0 | 1100001 | 101011 | 100110 | 101000111 | 1011111 | 100000 |
Color Harmonies of #9F045A
Complementary color
Monochromatic Colors of #9F045A
Black with #9F045A
Text Example
Text Example
White with #9F045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F045A; }
p { color: rgb(159,4,90); }
H1.HeaderClassName
{
color: #9F045A;
}
.AnyTagClassName
{
color: #9F045A;
}
</style>
background-color css
<style>
a { background-color: #9F045A; }
a { background-color: rgb(159,4,90); }
div.DivClassName
{
background-color: #9F045A;
}
.BgClassName
{
background-color: #9F045A;
}
</style>
border-color css
<style>
span { border-color: #9F045A; }
span { border-color: rgb(159,4,90); }
td.TdClassName
{
border-color: #9F045A;
}
.TagClassName
{
border-color: #9F045A;
}
</style>