Shades of Jazzberry Jam #9D0A5C
Tints of Jazzberry Jam #9D0A5C
RGB
CMYK
RGB Variations
Color information
#9D0A5C (or 0x9D0A5C) is known color: Jazzberry Jam. HEX triplet: 9D, 0A and 5C. RGB value is (157,10,92). Sum of RGB (Red+Green+Blue) = 157+10+92=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0A5C is #62F5A3. Grayscale: #3F3F3F. Windows color (decimal): -6485412 or 6032029. OLE color: 6032029.
HSL color Cylindrical-coordinate representation of color #9D0A5C: hue angle of 326.53º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A5C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 92 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.38 |
| HSL | 326.53º | 0.88% | 0.33% | - |
| HSV(B) | 326.53º | 0.94% | 0.62% | - |
| XYZ | 15.94 | 8.16 | 10.86 | - |
| YUV | 63.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 92 | 0 | 0.94 | 0.41 | 0.38 | 326.53 | 0.88 | 0.33 |
| Hex | 9D | A | 5C | 0 | 5E | 29 | 26 | 147 | 58 | 21 |
| Octal | 235 | 12 | 134 | 0 | 136 | 51 | 46 | 507 | 130 | 41 |
| Binary | 10011101 | 1010 | 1011100 | 0 | 1011110 | 101001 | 100110 | 101000111 | 1011000 | 100001 |
Color Harmonies of #9D0A5C
Complementary color
Monochromatic Colors of #9D0A5C
Black with #9D0A5C
Text Example
Text Example
White with #9D0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A5C; }
p { color: rgb(157,10,92); }
H1.HeaderClassName
{
color: #9D0A5C;
}
.AnyTagClassName
{
color: #9D0A5C;
}
</style>
background-color css
<style>
a { background-color: #9D0A5C; }
a { background-color: rgb(157,10,92); }
div.DivClassName
{
background-color: #9D0A5C;
}
.BgClassName
{
background-color: #9D0A5C;
}
</style>
border-color css
<style>
span { border-color: #9D0A5C; }
span { border-color: rgb(157,10,92); }
td.TdClassName
{
border-color: #9D0A5C;
}
.TagClassName
{
border-color: #9D0A5C;
}
</style>