Shades of Jazzberry Jam #9F0045
Tints of Jazzberry Jam #9F0045
RGB
CMYK
RGB Variations
Color information
#9F0045 (or 0x9F0045) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 45. RGB value is (159,0,69). Sum of RGB (Red+Green+Blue) = 159+0+69=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0045 is #60FFBA. Grayscale: #373737. Windows color (decimal): -6356923 or 4522143. OLE color: 4522143.
HSL color Cylindrical-coordinate representation of color #9F0045: hue angle of 333.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0045 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.57 | 0.38 |
| HSL | 333.96º | 1% | 0.31% | - |
| HSV(B) | 333.96º | 1% | 0.62% | - |
| XYZ | 15.37 | 7.8 | 6.33 | - |
| YUV | 55.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 69 | 0 | 1 | 0.57 | 0.38 | 333.96 | 1 | 0.31 |
| Hex | 9F | 0 | 45 | 0 | 64 | 39 | 26 | 14E | 64 | 1F |
| Octal | 237 | 0 | 105 | 0 | 144 | 71 | 46 | 516 | 144 | 37 |
| Binary | 10011111 | 0 | 1000101 | 0 | 1100100 | 111001 | 100110 | 101001110 | 1100100 | 11111 |
Color Harmonies of #9F0045
Complementary color
Monochromatic Colors of #9F0045
Black with #9F0045
Text Example
Text Example
White with #9F0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0045; }
p { color: rgb(159,0,69); }
H1.HeaderClassName
{
color: #9F0045;
}
.AnyTagClassName
{
color: #9F0045;
}
</style>
background-color css
<style>
a { background-color: #9F0045; }
a { background-color: rgb(159,0,69); }
div.DivClassName
{
background-color: #9F0045;
}
.BgClassName
{
background-color: #9F0045;
}
</style>
border-color css
<style>
span { border-color: #9F0045; }
span { border-color: rgb(159,0,69); }
td.TdClassName
{
border-color: #9F0045;
}
.TagClassName
{
border-color: #9F0045;
}
</style>