Shades of Jazzberry Jam #9D1A5E
Tints of Jazzberry Jam #9D1A5E
RGB
CMYK
RGB Variations
Color information
#9D1A5E (or 0x9D1A5E) is known color: Jazzberry Jam. HEX triplet: 9D, 1A and 5E. RGB value is (157,26,94). Sum of RGB (Red+Green+Blue) = 157+26+94=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A5E is #62E5A1. Grayscale: #484848. Windows color (decimal): -6481314 or 6167197. OLE color: 6167197.
HSL color Cylindrical-coordinate representation of color #9D1A5E: hue angle of 328.85º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1A5E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 94 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.38 |
| HSL | 328.85º | 0.72% | 0.36% | - |
| HSV(B) | 328.85º | 0.83% | 0.62% | - |
| XYZ | 16.29 | 8.72 | 11.41 | - |
| YUV | 72.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 94 | 0 | 0.83 | 0.40 | 0.38 | 328.85 | 0.72 | 0.36 |
| Hex | 9D | 1A | 5E | 0 | 53 | 28 | 26 | 149 | 48 | 24 |
| Octal | 235 | 32 | 136 | 0 | 123 | 50 | 46 | 511 | 110 | 44 |
| Binary | 10011101 | 11010 | 1011110 | 0 | 1010011 | 101000 | 100110 | 101001001 | 1001000 | 100100 |
Color Harmonies of #9D1A5E
Complementary color
Monochromatic Colors of #9D1A5E
Black with #9D1A5E
Text Example
Text Example
White with #9D1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A5E; }
p { color: rgb(157,26,94); }
H1.HeaderClassName
{
color: #9D1A5E;
}
.AnyTagClassName
{
color: #9D1A5E;
}
</style>
background-color css
<style>
a { background-color: #9D1A5E; }
a { background-color: rgb(157,26,94); }
div.DivClassName
{
background-color: #9D1A5E;
}
.BgClassName
{
background-color: #9D1A5E;
}
</style>
border-color css
<style>
span { border-color: #9D1A5E; }
span { border-color: rgb(157,26,94); }
td.TdClassName
{
border-color: #9D1A5E;
}
.TagClassName
{
border-color: #9D1A5E;
}
</style>