Shades of Jazzberry Jam #9D095A
Tints of Jazzberry Jam #9D095A
RGB
CMYK
RGB Variations
Color information
#9D095A (or 0x9D095A) is known color: Jazzberry Jam. HEX triplet: 9D, 09 and 5A. RGB value is (157,9,90). Sum of RGB (Red+Green+Blue) = 157+9+90=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D095A is #62F6A5. Grayscale: #3E3E3E. Windows color (decimal): -6485670 or 5900701. OLE color: 5900701.
HSL color Cylindrical-coordinate representation of color #9D095A: hue angle of 327.16º degrees, saturation: 0.89, 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 #9D095A is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 90 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.38 |
| HSL | 327.16º | 0.89% | 0.33% | - |
| HSV(B) | 327.16º | 0.94% | 0.62% | - |
| XYZ | 15.85 | 8.1 | 10.4 | - |
| YUV | 62.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 90 | 0 | 0.94 | 0.43 | 0.38 | 327.16 | 0.89 | 0.33 |
| Hex | 9D | 9 | 5A | 0 | 5E | 2B | 26 | 147 | 59 | 21 |
| Octal | 235 | 11 | 132 | 0 | 136 | 53 | 46 | 507 | 131 | 41 |
| Binary | 10011101 | 1001 | 1011010 | 0 | 1011110 | 101011 | 100110 | 101000111 | 1011001 | 100001 |
Color Harmonies of #9D095A
Complementary color
Monochromatic Colors of #9D095A
Black with #9D095A
Text Example
Text Example
White with #9D095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D095A; }
p { color: rgb(157,9,90); }
H1.HeaderClassName
{
color: #9D095A;
}
.AnyTagClassName
{
color: #9D095A;
}
</style>
background-color css
<style>
a { background-color: #9D095A; }
a { background-color: rgb(157,9,90); }
div.DivClassName
{
background-color: #9D095A;
}
.BgClassName
{
background-color: #9D095A;
}
</style>
border-color css
<style>
span { border-color: #9D095A; }
span { border-color: rgb(157,9,90); }
td.TdClassName
{
border-color: #9D095A;
}
.TagClassName
{
border-color: #9D095A;
}
</style>