Shades of Jazzberry Jam #9D1A6B
Tints of Jazzberry Jam #9D1A6B
RGB
CMYK
RGB Variations
Color information
#9D1A6B (or 0x9D1A6B) is known color: Jazzberry Jam. HEX triplet: 9D, 1A and 6B. RGB value is (157,26,107). Sum of RGB (Red+Green+Blue) = 157+26+107=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A6B is #62E594. Grayscale: #4A4A4A. Windows color (decimal): -6481301 or 7019165. OLE color: 7019165.
HSL color Cylindrical-coordinate representation of color #9D1A6B: hue angle of 322.9º 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 #9D1A6B is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 107 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.38 |
| HSL | 322.9º | 0.72% | 0.36% | - |
| HSV(B) | 322.9º | 0.83% | 0.62% | - |
| XYZ | 16.93 | 8.97 | 14.75 | - |
| YUV | 74.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 107 | 0 | 0.83 | 0.32 | 0.38 | 322.9 | 0.72 | 0.36 |
| Hex | 9D | 1A | 6B | 0 | 53 | 20 | 26 | 143 | 48 | 24 |
| Octal | 235 | 32 | 153 | 0 | 123 | 40 | 46 | 503 | 110 | 44 |
| Binary | 10011101 | 11010 | 1101011 | 0 | 1010011 | 100000 | 100110 | 101000011 | 1001000 | 100100 |
Color Harmonies of #9D1A6B
Complementary color
Monochromatic Colors of #9D1A6B
Black with #9D1A6B
Text Example
Text Example
White with #9D1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A6B; }
p { color: rgb(157,26,107); }
H1.HeaderClassName
{
color: #9D1A6B;
}
.AnyTagClassName
{
color: #9D1A6B;
}
</style>
background-color css
<style>
a { background-color: #9D1A6B; }
a { background-color: rgb(157,26,107); }
div.DivClassName
{
background-color: #9D1A6B;
}
.BgClassName
{
background-color: #9D1A6B;
}
</style>
border-color css
<style>
span { border-color: #9D1A6B; }
span { border-color: rgb(157,26,107); }
td.TdClassName
{
border-color: #9D1A6B;
}
.TagClassName
{
border-color: #9D1A6B;
}
</style>