Shades of Jazzberry Jam #9D1F68
Tints of Jazzberry Jam #9D1F68
RGB
CMYK
RGB Variations
Color information
#9D1F68 (or 0x9D1F68) is known color: Jazzberry Jam. HEX triplet: 9D, 1F and 68. RGB value is (157,31,104). Sum of RGB (Red+Green+Blue) = 157+31+104=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1F68 is #62E097. Grayscale: #4C4C4C. Windows color (decimal): -6480024 or 6823837. OLE color: 6823837.
HSL color Cylindrical-coordinate representation of color #9D1F68: hue angle of 325.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F68 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 31 | 104 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.38 |
| HSL | 325.24º | 0.67% | 0.37% | - |
| HSV(B) | 325.24º | 0.8% | 0.62% | - |
| XYZ | 16.89 | 9.15 | 13.97 | - |
| YUV | 77 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 104 | 0 | 0.80 | 0.34 | 0.38 | 325.24 | 0.67 | 0.37 |
| Hex | 9D | 1F | 68 | 0 | 50 | 22 | 26 | 145 | 43 | 25 |
| Octal | 235 | 37 | 150 | 0 | 120 | 42 | 46 | 505 | 103 | 45 |
| Binary | 10011101 | 11111 | 1101000 | 0 | 1010000 | 100010 | 100110 | 101000101 | 1000011 | 100101 |
Color Harmonies of #9D1F68
Complementary color
Monochromatic Colors of #9D1F68
Black with #9D1F68
Text Example
Text Example
White with #9D1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1F68; }
p { color: rgb(157,31,104); }
H1.HeaderClassName
{
color: #9D1F68;
}
.AnyTagClassName
{
color: #9D1F68;
}
</style>
background-color css
<style>
a { background-color: #9D1F68; }
a { background-color: rgb(157,31,104); }
div.DivClassName
{
background-color: #9D1F68;
}
.BgClassName
{
background-color: #9D1F68;
}
</style>
border-color css
<style>
span { border-color: #9D1F68; }
span { border-color: rgb(157,31,104); }
td.TdClassName
{
border-color: #9D1F68;
}
.TagClassName
{
border-color: #9D1F68;
}
</style>