Shades of Jazzberry Jam #9D1B5B
Tints of Jazzberry Jam #9D1B5B
RGB
CMYK
RGB Variations
Color information
#9D1B5B (or 0x9D1B5B) is known color: Jazzberry Jam. HEX triplet: 9D, 1B and 5B. RGB value is (157,27,91). Sum of RGB (Red+Green+Blue) = 157+27+91=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1B5B is #62E4A4. Grayscale: #494949. Windows color (decimal): -6481061 or 5970845. OLE color: 5970845.
HSL color Cylindrical-coordinate representation of color #9D1B5B: hue angle of 330.46º degrees, saturation: 0.71, 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 #9D1B5B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 91 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.38 |
| HSL | 330.46º | 0.71% | 0.36% | - |
| HSV(B) | 330.46º | 0.83% | 0.62% | - |
| XYZ | 16.18 | 8.71 | 10.73 | - |
| YUV | 73.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 91 | 0 | 0.83 | 0.42 | 0.38 | 330.46 | 0.71 | 0.36 |
| Hex | 9D | 1B | 5B | 0 | 53 | 2A | 26 | 14A | 47 | 24 |
| Octal | 235 | 33 | 133 | 0 | 123 | 52 | 46 | 512 | 107 | 44 |
| Binary | 10011101 | 11011 | 1011011 | 0 | 1010011 | 101010 | 100110 | 101001010 | 1000111 | 100100 |
Color Harmonies of #9D1B5B
Complementary color
Monochromatic Colors of #9D1B5B
Black with #9D1B5B
Text Example
Text Example
White with #9D1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B5B; }
p { color: rgb(157,27,91); }
H1.HeaderClassName
{
color: #9D1B5B;
}
.AnyTagClassName
{
color: #9D1B5B;
}
</style>
background-color css
<style>
a { background-color: #9D1B5B; }
a { background-color: rgb(157,27,91); }
div.DivClassName
{
background-color: #9D1B5B;
}
.BgClassName
{
background-color: #9D1B5B;
}
</style>
border-color css
<style>
span { border-color: #9D1B5B; }
span { border-color: rgb(157,27,91); }
td.TdClassName
{
border-color: #9D1B5B;
}
.TagClassName
{
border-color: #9D1B5B;
}
</style>