Shades of Jazzberry Jam #9C0F5D
Tints of Jazzberry Jam #9C0F5D
RGB
CMYK
RGB Variations
Color information
#9C0F5D (or 0x9C0F5D) is known color: Jazzberry Jam. HEX triplet: 9C, 0F and 5D. RGB value is (156,15,93). Sum of RGB (Red+Green+Blue) = 156+15+93=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F5D is #63F0A2. Grayscale: #414141. Windows color (decimal): -6549667 or 6098844. OLE color: 6098844.
HSL color Cylindrical-coordinate representation of color #9C0F5D: hue angle of 326.81º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F5D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 93 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.39 |
| HSL | 326.81º | 0.82% | 0.34% | - |
| HSV(B) | 326.81º | 0.9% | 0.61% | - |
| XYZ | 15.86 | 8.2 | 11.1 | - |
| YUV | 66.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 93 | 0 | 0.90 | 0.40 | 0.39 | 326.81 | 0.82 | 0.34 |
| Hex | 9C | F | 5D | 0 | 5A | 28 | 27 | 147 | 52 | 22 |
| Octal | 234 | 17 | 135 | 0 | 132 | 50 | 47 | 507 | 122 | 42 |
| Binary | 10011100 | 1111 | 1011101 | 0 | 1011010 | 101000 | 100111 | 101000111 | 1010010 | 100010 |
Color Harmonies of #9C0F5D
Complementary color
Monochromatic Colors of #9C0F5D
Black with #9C0F5D
Text Example
Text Example
White with #9C0F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F5D; }
p { color: rgb(156,15,93); }
H1.HeaderClassName
{
color: #9C0F5D;
}
.AnyTagClassName
{
color: #9C0F5D;
}
</style>
background-color css
<style>
a { background-color: #9C0F5D; }
a { background-color: rgb(156,15,93); }
div.DivClassName
{
background-color: #9C0F5D;
}
.BgClassName
{
background-color: #9C0F5D;
}
</style>
border-color css
<style>
span { border-color: #9C0F5D; }
span { border-color: rgb(156,15,93); }
td.TdClassName
{
border-color: #9C0F5D;
}
.TagClassName
{
border-color: #9C0F5D;
}
</style>