Shades of Jazzberry Jam #9D1E68
Tints of Jazzberry Jam #9D1E68
RGB
CMYK
RGB Variations
Color information
#9D1E68 (or 0x9D1E68) is known color: Jazzberry Jam. HEX triplet: 9D, 1E and 68. RGB value is (157,30,104). Sum of RGB (Red+Green+Blue) = 157+30+104=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E68 is #62E197. Grayscale: #4C4C4C. Windows color (decimal): -6480280 or 6823581. OLE color: 6823581.
HSL color Cylindrical-coordinate representation of color #9D1E68: hue angle of 325.04º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E68 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 104 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.38 |
| HSL | 325.04º | 0.68% | 0.37% | - |
| HSV(B) | 325.04º | 0.81% | 0.62% | - |
| XYZ | 16.87 | 9.1 | 13.96 | - |
| YUV | 76.41 | 143.58 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 104 | 0 | 0.81 | 0.34 | 0.38 | 325.04 | 0.68 | 0.37 |
| Hex | 9D | 1E | 68 | 0 | 51 | 22 | 26 | 145 | 44 | 25 |
| Octal | 235 | 36 | 150 | 0 | 121 | 42 | 46 | 505 | 104 | 45 |
| Binary | 10011101 | 11110 | 1101000 | 0 | 1010001 | 100010 | 100110 | 101000101 | 1000100 | 100101 |
Color Harmonies of #9D1E68
Complementary color
Monochromatic Colors of #9D1E68
Black with #9D1E68
Text Example
Text Example
White with #9D1E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E68; }
p { color: rgb(157,30,104); }
H1.HeaderClassName
{
color: #9D1E68;
}
.AnyTagClassName
{
color: #9D1E68;
}
</style>
background-color css
<style>
a { background-color: #9D1E68; }
a { background-color: rgb(157,30,104); }
div.DivClassName
{
background-color: #9D1E68;
}
.BgClassName
{
background-color: #9D1E68;
}
</style>
border-color css
<style>
span { border-color: #9D1E68; }
span { border-color: rgb(157,30,104); }
td.TdClassName
{
border-color: #9D1E68;
}
.TagClassName
{
border-color: #9D1E68;
}
</style>