Shades of Jazzberry Jam #9D1C67
Tints of Jazzberry Jam #9D1C67
RGB
CMYK
RGB Variations
Color information
#9D1C67 (or 0x9D1C67) is known color: Jazzberry Jam. HEX triplet: 9D, 1C and 67. RGB value is (157,28,103). Sum of RGB (Red+Green+Blue) = 157+28+103=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C67 is #62E398. Grayscale: #4A4A4A. Windows color (decimal): -6480793 or 6757533. OLE color: 6757533.
HSL color Cylindrical-coordinate representation of color #9D1C67: hue angle of 325.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C67 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 28 | 103 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.38 |
| HSL | 325.12º | 0.7% | 0.36% | - |
| HSV(B) | 325.12º | 0.82% | 0.62% | - |
| XYZ | 16.77 | 8.98 | 13.68 | - |
| YUV | 75.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 103 | 0 | 0.82 | 0.34 | 0.38 | 325.12 | 0.7 | 0.36 |
| Hex | 9D | 1C | 67 | 0 | 52 | 22 | 26 | 145 | 46 | 24 |
| Octal | 235 | 34 | 147 | 0 | 122 | 42 | 46 | 505 | 106 | 44 |
| Binary | 10011101 | 11100 | 1100111 | 0 | 1010010 | 100010 | 100110 | 101000101 | 1000110 | 100100 |
Color Harmonies of #9D1C67
Complementary color
Monochromatic Colors of #9D1C67
Black with #9D1C67
Text Example
Text Example
White with #9D1C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1C67; }
p { color: rgb(157,28,103); }
H1.HeaderClassName
{
color: #9D1C67;
}
.AnyTagClassName
{
color: #9D1C67;
}
</style>
background-color css
<style>
a { background-color: #9D1C67; }
a { background-color: rgb(157,28,103); }
div.DivClassName
{
background-color: #9D1C67;
}
.BgClassName
{
background-color: #9D1C67;
}
</style>
border-color css
<style>
span { border-color: #9D1C67; }
span { border-color: rgb(157,28,103); }
td.TdClassName
{
border-color: #9D1C67;
}
.TagClassName
{
border-color: #9D1C67;
}
</style>