Shades of Jazzberry Jam #9C145D
Tints of Jazzberry Jam #9C145D
RGB
CMYK
RGB Variations
Color information
#9C145D (or 0x9C145D) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 5D. RGB value is (156,20,93). Sum of RGB (Red+Green+Blue) = 156+20+93=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C145D is #63EBA2. Grayscale: #444444. Windows color (decimal): -6548387 or 6100124. OLE color: 6100124.
HSL color Cylindrical-coordinate representation of color #9C145D: hue angle of 327.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C145D is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.39 |
| HSL | 327.79º | 0.77% | 0.35% | - |
| HSV(B) | 327.79º | 0.87% | 0.61% | - |
| XYZ | 15.94 | 8.36 | 11.13 | - |
| YUV | 68.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 93 | 0 | 0.87 | 0.40 | 0.39 | 327.79 | 0.77 | 0.35 |
| Hex | 9C | 14 | 5D | 0 | 57 | 28 | 27 | 148 | 4D | 23 |
| Octal | 234 | 24 | 135 | 0 | 127 | 50 | 47 | 510 | 115 | 43 |
| Binary | 10011100 | 10100 | 1011101 | 0 | 1010111 | 101000 | 100111 | 101001000 | 1001101 | 100011 |
Color Harmonies of #9C145D
Complementary color
Monochromatic Colors of #9C145D
Black with #9C145D
Text Example
Text Example
White with #9C145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C145D; }
p { color: rgb(156,20,93); }
H1.HeaderClassName
{
color: #9C145D;
}
.AnyTagClassName
{
color: #9C145D;
}
</style>
background-color css
<style>
a { background-color: #9C145D; }
a { background-color: rgb(156,20,93); }
div.DivClassName
{
background-color: #9C145D;
}
.BgClassName
{
background-color: #9C145D;
}
</style>
border-color css
<style>
span { border-color: #9C145D; }
span { border-color: rgb(156,20,93); }
td.TdClassName
{
border-color: #9C145D;
}
.TagClassName
{
border-color: #9C145D;
}
</style>