Shades of Jazzberry Jam #9C0154
Tints of Jazzberry Jam #9C0154
RGB
CMYK
RGB Variations
Color information
#9C0154 (or 0x9C0154) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 54. RGB value is (156,1,84). Sum of RGB (Red+Green+Blue) = 156+1+84=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0154 is #63FEAB. Grayscale: #383838. Windows color (decimal): -6553260 or 5505436. OLE color: 5505436.
HSL color Cylindrical-coordinate representation of color #9C0154: hue angle of 327.87º 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 #9C0154 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.39 |
| HSL | 327.87º | 0.99% | 0.31% | - |
| HSV(B) | 327.87º | 0.99% | 0.61% | - |
| XYZ | 15.32 | 7.73 | 9.07 | - |
| YUV | 56.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 84 | 0 | 0.99 | 0.46 | 0.39 | 327.87 | 0.99 | 0.31 |
| Hex | 9C | 1 | 54 | 0 | 63 | 2E | 27 | 148 | 63 | 1F |
| Octal | 234 | 1 | 124 | 0 | 143 | 56 | 47 | 510 | 143 | 37 |
| Binary | 10011100 | 1 | 1010100 | 0 | 1100011 | 101110 | 100111 | 101001000 | 1100011 | 11111 |
Color Harmonies of #9C0154
Complementary color
Monochromatic Colors of #9C0154
Black with #9C0154
Text Example
Text Example
White with #9C0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0154; }
p { color: rgb(156,1,84); }
H1.HeaderClassName
{
color: #9C0154;
}
.AnyTagClassName
{
color: #9C0154;
}
</style>
background-color css
<style>
a { background-color: #9C0154; }
a { background-color: rgb(156,1,84); }
div.DivClassName
{
background-color: #9C0154;
}
.BgClassName
{
background-color: #9C0154;
}
</style>
border-color css
<style>
span { border-color: #9C0154; }
span { border-color: rgb(156,1,84); }
td.TdClassName
{
border-color: #9C0154;
}
.TagClassName
{
border-color: #9C0154;
}
</style>