Shades of Jazzberry Jam #9C0D5D
Tints of Jazzberry Jam #9C0D5D
RGB
CMYK
RGB Variations
Color information
#9C0D5D (or 0x9C0D5D) is known color: Jazzberry Jam. HEX triplet: 9C, 0D and 5D. RGB value is (156,13,93). Sum of RGB (Red+Green+Blue) = 156+13+93=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D5D is #63F2A2. Grayscale: #404040. Windows color (decimal): -6550179 or 6098332. OLE color: 6098332.
HSL color Cylindrical-coordinate representation of color #9C0D5D: hue angle of 326.43º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D5D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 93 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.39 |
| HSL | 326.43º | 0.85% | 0.33% | - |
| HSV(B) | 326.43º | 0.92% | 0.61% | - |
| XYZ | 15.83 | 8.15 | 11.09 | - |
| YUV | 64.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 93 | 0 | 0.92 | 0.40 | 0.39 | 326.43 | 0.85 | 0.33 |
| Hex | 9C | D | 5D | 0 | 5C | 28 | 27 | 146 | 55 | 21 |
| Octal | 234 | 15 | 135 | 0 | 134 | 50 | 47 | 506 | 125 | 41 |
| Binary | 10011100 | 1101 | 1011101 | 0 | 1011100 | 101000 | 100111 | 101000110 | 1010101 | 100001 |
Color Harmonies of #9C0D5D
Complementary color
Monochromatic Colors of #9C0D5D
Black with #9C0D5D
Text Example
Text Example
White with #9C0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D5D; }
p { color: rgb(156,13,93); }
H1.HeaderClassName
{
color: #9C0D5D;
}
.AnyTagClassName
{
color: #9C0D5D;
}
</style>
background-color css
<style>
a { background-color: #9C0D5D; }
a { background-color: rgb(156,13,93); }
div.DivClassName
{
background-color: #9C0D5D;
}
.BgClassName
{
background-color: #9C0D5D;
}
</style>
border-color css
<style>
span { border-color: #9C0D5D; }
span { border-color: rgb(156,13,93); }
td.TdClassName
{
border-color: #9C0D5D;
}
.TagClassName
{
border-color: #9C0D5D;
}
</style>