Shades of Jazzberry Jam #9C0148
Tints of Jazzberry Jam #9C0148
RGB
CMYK
RGB Variations
Color information
#9C0148 (or 0x9C0148) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 48. RGB value is (156,1,72). Sum of RGB (Red+Green+Blue) = 156+1+72=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0148 is #63FEB7. Grayscale: #373737. Windows color (decimal): -6553272 or 4719004. OLE color: 4719004.
HSL color Cylindrical-coordinate representation of color #9C0148: hue angle of 332.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0148 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.39 |
| HSL | 332.52º | 0.99% | 0.31% | - |
| HSV(B) | 332.52º | 0.99% | 0.61% | - |
| XYZ | 14.89 | 7.56 | 6.8 | - |
| YUV | 55.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 72 | 0 | 0.99 | 0.54 | 0.39 | 332.52 | 0.99 | 0.31 |
| Hex | 9C | 1 | 48 | 0 | 63 | 36 | 27 | 14D | 63 | 1F |
| Octal | 234 | 1 | 110 | 0 | 143 | 66 | 47 | 515 | 143 | 37 |
| Binary | 10011100 | 1 | 1001000 | 0 | 1100011 | 110110 | 100111 | 101001101 | 1100011 | 11111 |
Color Harmonies of #9C0148
Complementary color
Monochromatic Colors of #9C0148
Black with #9C0148
Text Example
Text Example
White with #9C0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0148; }
p { color: rgb(156,1,72); }
H1.HeaderClassName
{
color: #9C0148;
}
.AnyTagClassName
{
color: #9C0148;
}
</style>
background-color css
<style>
a { background-color: #9C0148; }
a { background-color: rgb(156,1,72); }
div.DivClassName
{
background-color: #9C0148;
}
.BgClassName
{
background-color: #9C0148;
}
</style>
border-color css
<style>
span { border-color: #9C0148; }
span { border-color: rgb(156,1,72); }
td.TdClassName
{
border-color: #9C0148;
}
.TagClassName
{
border-color: #9C0148;
}
</style>