Shades of Jazzberry Jam #9F015C
Tints of Jazzberry Jam #9F015C
RGB
CMYK
RGB Variations
Color information
#9F015C (or 0x9F015C) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 5C. RGB value is (159,1,92). Sum of RGB (Red+Green+Blue) = 159+1+92=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F015C is #60FEA3. Grayscale: #3A3A3A. Windows color (decimal): -6356644 or 6029727. OLE color: 6029727.
HSL color Cylindrical-coordinate representation of color #9F015C: hue angle of 325.44º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F015C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.38 |
| HSL | 325.44º | 0.99% | 0.31% | - |
| HSV(B) | 325.44º | 0.99% | 0.62% | - |
| XYZ | 16.24 | 8.17 | 10.85 | - |
| YUV | 58.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 92 | 0 | 0.99 | 0.42 | 0.38 | 325.44 | 0.99 | 0.31 |
| Hex | 9F | 1 | 5C | 0 | 63 | 2A | 26 | 145 | 63 | 1F |
| Octal | 237 | 1 | 134 | 0 | 143 | 52 | 46 | 505 | 143 | 37 |
| Binary | 10011111 | 1 | 1011100 | 0 | 1100011 | 101010 | 100110 | 101000101 | 1100011 | 11111 |
Color Harmonies of #9F015C
Complementary color
Monochromatic Colors of #9F015C
Black with #9F015C
Text Example
Text Example
White with #9F015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F015C; }
p { color: rgb(159,1,92); }
H1.HeaderClassName
{
color: #9F015C;
}
.AnyTagClassName
{
color: #9F015C;
}
</style>
background-color css
<style>
a { background-color: #9F015C; }
a { background-color: rgb(159,1,92); }
div.DivClassName
{
background-color: #9F015C;
}
.BgClassName
{
background-color: #9F015C;
}
</style>
border-color css
<style>
span { border-color: #9F015C; }
span { border-color: rgb(159,1,92); }
td.TdClassName
{
border-color: #9F015C;
}
.TagClassName
{
border-color: #9F015C;
}
</style>