Shades of Jazzberry Jam #9C004E
Tints of Jazzberry Jam #9C004E
RGB
CMYK
RGB Variations
Color information
#9C004E (or 0x9C004E) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 4E. RGB value is (156,0,78). Sum of RGB (Red+Green+Blue) = 156+0+78=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C004E is #63FFB1. Grayscale: #373737. Windows color (decimal): -6553522 or 5111964. OLE color: 5111964.
HSL color Cylindrical-coordinate representation of color #9C004E: hue angle of 330º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C004E is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.5 | 0.39 |
| HSL | 330º | 1% | 0.31% | - |
| HSV(B) | 330º | 1% | 0.61% | - |
| XYZ | 15.09 | 7.62 | 7.88 | - |
| YUV | 55.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 78 | 0 | 1 | 0.5 | 0.39 | 330 | 1 | 0.31 |
| Hex | 9C | 0 | 4E | 0 | 64 | 32 | 27 | 14A | 64 | 1F |
| Octal | 234 | 0 | 116 | 0 | 144 | 62 | 47 | 512 | 144 | 37 |
| Binary | 10011100 | 0 | 1001110 | 0 | 1100100 | 110010 | 100111 | 101001010 | 1100100 | 11111 |
Color Harmonies of #9C004E
Complementary color
Monochromatic Colors of #9C004E
Black with #9C004E
Text Example
Text Example
White with #9C004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C004E; }
p { color: rgb(156,0,78); }
H1.HeaderClassName
{
color: #9C004E;
}
.AnyTagClassName
{
color: #9C004E;
}
</style>
background-color css
<style>
a { background-color: #9C004E; }
a { background-color: rgb(156,0,78); }
div.DivClassName
{
background-color: #9C004E;
}
.BgClassName
{
background-color: #9C004E;
}
</style>
border-color css
<style>
span { border-color: #9C004E; }
span { border-color: rgb(156,0,78); }
td.TdClassName
{
border-color: #9C004E;
}
.TagClassName
{
border-color: #9C004E;
}
</style>