Shades of Jazzberry Jam #9D1A69
Tints of Jazzberry Jam #9D1A69
RGB
CMYK
RGB Variations
Color information
#9D1A69 (or 0x9D1A69) is known color: Jazzberry Jam. HEX triplet: 9D, 1A and 69. RGB value is (157,26,105). Sum of RGB (Red+Green+Blue) = 157+26+105=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A69 is #62E596. Grayscale: #494949. Windows color (decimal): -6481303 or 6888093. OLE color: 6888093.
HSL color Cylindrical-coordinate representation of color #9D1A69: hue angle of 323.82º 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 #9D1A69 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 105 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.38 |
| HSL | 323.82º | 0.72% | 0.36% | - |
| HSV(B) | 323.82º | 0.83% | 0.62% | - |
| XYZ | 16.82 | 8.93 | 14.2 | - |
| YUV | 74.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 105 | 0 | 0.83 | 0.33 | 0.38 | 323.82 | 0.72 | 0.36 |
| Hex | 9D | 1A | 69 | 0 | 53 | 21 | 26 | 144 | 48 | 24 |
| Octal | 235 | 32 | 151 | 0 | 123 | 41 | 46 | 504 | 110 | 44 |
| Binary | 10011101 | 11010 | 1101001 | 0 | 1010011 | 100001 | 100110 | 101000100 | 1001000 | 100100 |
Color Harmonies of #9D1A69
Complementary color
Monochromatic Colors of #9D1A69
Black with #9D1A69
Text Example
Text Example
White with #9D1A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A69; }
p { color: rgb(157,26,105); }
H1.HeaderClassName
{
color: #9D1A69;
}
.AnyTagClassName
{
color: #9D1A69;
}
</style>
background-color css
<style>
a { background-color: #9D1A69; }
a { background-color: rgb(157,26,105); }
div.DivClassName
{
background-color: #9D1A69;
}
.BgClassName
{
background-color: #9D1A69;
}
</style>
border-color css
<style>
span { border-color: #9D1A69; }
span { border-color: rgb(157,26,105); }
td.TdClassName
{
border-color: #9D1A69;
}
.TagClassName
{
border-color: #9D1A69;
}
</style>