Shades of Jazzberry Jam #9F135E
Tints of Jazzberry Jam #9F135E
RGB
CMYK
RGB Variations
Color information
#9F135E (or 0x9F135E) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 5E. RGB value is (159,19,94). Sum of RGB (Red+Green+Blue) = 159+19+94=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F135E is #60ECA1. Grayscale: #454545. Windows color (decimal): -6352034 or 6165407. OLE color: 6165407.
HSL color Cylindrical-coordinate representation of color #9F135E: hue angle of 327.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F135E is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 94 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.38 |
| HSL | 327.86º | 0.79% | 0.35% | - |
| HSV(B) | 327.86º | 0.88% | 0.62% | - |
| XYZ | 16.55 | 8.64 | 11.39 | - |
| YUV | 69.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 94 | 0 | 0.88 | 0.41 | 0.38 | 327.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 5E | 0 | 58 | 29 | 26 | 148 | 4F | 23 |
| Octal | 237 | 23 | 136 | 0 | 130 | 51 | 46 | 510 | 117 | 43 |
| Binary | 10011111 | 10011 | 1011110 | 0 | 1011000 | 101001 | 100110 | 101001000 | 1001111 | 100011 |
Color Harmonies of #9F135E
Complementary color
Monochromatic Colors of #9F135E
Black with #9F135E
Text Example
Text Example
White with #9F135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F135E; }
p { color: rgb(159,19,94); }
H1.HeaderClassName
{
color: #9F135E;
}
.AnyTagClassName
{
color: #9F135E;
}
</style>
background-color css
<style>
a { background-color: #9F135E; }
a { background-color: rgb(159,19,94); }
div.DivClassName
{
background-color: #9F135E;
}
.BgClassName
{
background-color: #9F135E;
}
</style>
border-color css
<style>
span { border-color: #9F135E; }
span { border-color: rgb(159,19,94); }
td.TdClassName
{
border-color: #9F135E;
}
.TagClassName
{
border-color: #9F135E;
}
</style>