Shades of Jazzberry Jam #9C0251
Tints of Jazzberry Jam #9C0251
RGB
CMYK
RGB Variations
Color information
#9C0251 (or 0x9C0251) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 51. RGB value is (156,2,81). Sum of RGB (Red+Green+Blue) = 156+2+81=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0251 is #63FDAE. Grayscale: #383838. Windows color (decimal): -6553007 or 5309084. OLE color: 5309084.
HSL color Cylindrical-coordinate representation of color #9C0251: hue angle of 329.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0251 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.39 |
| HSL | 329.22º | 0.97% | 0.31% | - |
| HSV(B) | 329.22º | 0.99% | 0.61% | - |
| XYZ | 15.22 | 7.71 | 8.47 | - |
| YUV | 57.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 81 | 0 | 0.99 | 0.48 | 0.39 | 329.22 | 0.97 | 0.31 |
| Hex | 9C | 2 | 51 | 0 | 63 | 30 | 27 | 149 | 61 | 1F |
| Octal | 234 | 2 | 121 | 0 | 143 | 60 | 47 | 511 | 141 | 37 |
| Binary | 10011100 | 10 | 1010001 | 0 | 1100011 | 110000 | 100111 | 101001001 | 1100001 | 11111 |
Color Harmonies of #9C0251
Complementary color
Monochromatic Colors of #9C0251
Black with #9C0251
Text Example
Text Example
White with #9C0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0251; }
p { color: rgb(156,2,81); }
H1.HeaderClassName
{
color: #9C0251;
}
.AnyTagClassName
{
color: #9C0251;
}
</style>
background-color css
<style>
a { background-color: #9C0251; }
a { background-color: rgb(156,2,81); }
div.DivClassName
{
background-color: #9C0251;
}
.BgClassName
{
background-color: #9C0251;
}
</style>
border-color css
<style>
span { border-color: #9C0251; }
span { border-color: rgb(156,2,81); }
td.TdClassName
{
border-color: #9C0251;
}
.TagClassName
{
border-color: #9C0251;
}
</style>