Shades of Jazzberry Jam #9F075C
Tints of Jazzberry Jam #9F075C
RGB
CMYK
RGB Variations
Color information
#9F075C (or 0x9F075C) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 5C. RGB value is (159,7,92). Sum of RGB (Red+Green+Blue) = 159+7+92=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F075C is #60F8A3. Grayscale: #3D3D3D. Windows color (decimal): -6355108 or 6031263. OLE color: 6031263.
HSL color Cylindrical-coordinate representation of color #9F075C: hue angle of 326.45º 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 #9F075C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.38 |
| HSL | 326.45º | 0.92% | 0.33% | - |
| HSV(B) | 326.45º | 0.96% | 0.62% | - |
| XYZ | 16.31 | 8.3 | 10.87 | - |
| YUV | 62.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 92 | 0 | 0.96 | 0.42 | 0.38 | 326.45 | 0.92 | 0.33 |
| Hex | 9F | 7 | 5C | 0 | 60 | 2A | 26 | 146 | 5C | 21 |
| Octal | 237 | 7 | 134 | 0 | 140 | 52 | 46 | 506 | 134 | 41 |
| Binary | 10011111 | 111 | 1011100 | 0 | 1100000 | 101010 | 100110 | 101000110 | 1011100 | 100001 |
Color Harmonies of #9F075C
Complementary color
Monochromatic Colors of #9F075C
Black with #9F075C
Text Example
Text Example
White with #9F075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F075C; }
p { color: rgb(159,7,92); }
H1.HeaderClassName
{
color: #9F075C;
}
.AnyTagClassName
{
color: #9F075C;
}
</style>
background-color css
<style>
a { background-color: #9F075C; }
a { background-color: rgb(159,7,92); }
div.DivClassName
{
background-color: #9F075C;
}
.BgClassName
{
background-color: #9F075C;
}
</style>
border-color css
<style>
span { border-color: #9F075C; }
span { border-color: rgb(159,7,92); }
td.TdClassName
{
border-color: #9F075C;
}
.TagClassName
{
border-color: #9F075C;
}
</style>