Shades of Jazzberry Jam #9F074B
Tints of Jazzberry Jam #9F074B
RGB
CMYK
RGB Variations
Color information
#9F074B (or 0x9F074B) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 4B. RGB value is (159,7,75). Sum of RGB (Red+Green+Blue) = 159+7+75=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F074B is #60F8B4. Grayscale: #3C3C3C. Windows color (decimal): -6355125 or 4917151. OLE color: 4917151.
HSL color Cylindrical-coordinate representation of color #9F074B: hue angle of 333.16º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F074B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 75 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.38 |
| HSL | 333.16º | 0.92% | 0.33% | - |
| HSV(B) | 333.16º | 0.96% | 0.62% | - |
| XYZ | 15.64 | 8.03 | 7.38 | - |
| YUV | 60.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 75 | 0 | 0.96 | 0.53 | 0.38 | 333.16 | 0.92 | 0.33 |
| Hex | 9F | 7 | 4B | 0 | 60 | 35 | 26 | 14D | 5C | 21 |
| Octal | 237 | 7 | 113 | 0 | 140 | 65 | 46 | 515 | 134 | 41 |
| Binary | 10011111 | 111 | 1001011 | 0 | 1100000 | 110101 | 100110 | 101001101 | 1011100 | 100001 |
Color Harmonies of #9F074B
Complementary color
Monochromatic Colors of #9F074B
Black with #9F074B
Text Example
Text Example
White with #9F074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F074B; }
p { color: rgb(159,7,75); }
H1.HeaderClassName
{
color: #9F074B;
}
.AnyTagClassName
{
color: #9F074B;
}
</style>
background-color css
<style>
a { background-color: #9F074B; }
a { background-color: rgb(159,7,75); }
div.DivClassName
{
background-color: #9F074B;
}
.BgClassName
{
background-color: #9F074B;
}
</style>
border-color css
<style>
span { border-color: #9F074B; }
span { border-color: rgb(159,7,75); }
td.TdClassName
{
border-color: #9F074B;
}
.TagClassName
{
border-color: #9F074B;
}
</style>