Shades of Jazzberry Jam #9C1E63
Tints of Jazzberry Jam #9C1E63
RGB
CMYK
RGB Variations
Color information
#9C1E63 (or 0x9C1E63) is known color: Jazzberry Jam. HEX triplet: 9C, 1E and 63. RGB value is (156,30,99). Sum of RGB (Red+Green+Blue) = 156+30+99=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E63 is #63E19C. Grayscale: #4B4B4B. Windows color (decimal): -6545821 or 6495900. OLE color: 6495900.
HSL color Cylindrical-coordinate representation of color #9C1E63: hue angle of 327.14º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E63 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 99 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.39 |
| HSL | 327.14º | 0.68% | 0.36% | - |
| HSV(B) | 327.14º | 0.81% | 0.61% | - |
| XYZ | 16.43 | 8.9 | 12.66 | - |
| YUV | 75.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 99 | 0 | 0.81 | 0.37 | 0.39 | 327.14 | 0.68 | 0.36 |
| Hex | 9C | 1E | 63 | 0 | 51 | 25 | 27 | 147 | 44 | 24 |
| Octal | 234 | 36 | 143 | 0 | 121 | 45 | 47 | 507 | 104 | 44 |
| Binary | 10011100 | 11110 | 1100011 | 0 | 1010001 | 100101 | 100111 | 101000111 | 1000100 | 100100 |
Color Harmonies of #9C1E63
Complementary color
Monochromatic Colors of #9C1E63
Black with #9C1E63
Text Example
Text Example
White with #9C1E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E63; }
p { color: rgb(156,30,99); }
H1.HeaderClassName
{
color: #9C1E63;
}
.AnyTagClassName
{
color: #9C1E63;
}
</style>
background-color css
<style>
a { background-color: #9C1E63; }
a { background-color: rgb(156,30,99); }
div.DivClassName
{
background-color: #9C1E63;
}
.BgClassName
{
background-color: #9C1E63;
}
</style>
border-color css
<style>
span { border-color: #9C1E63; }
span { border-color: rgb(156,30,99); }
td.TdClassName
{
border-color: #9C1E63;
}
.TagClassName
{
border-color: #9C1E63;
}
</style>