Shades of Jazzberry Jam #990257
Tints of Jazzberry Jam #990257
RGB
CMYK
RGB Variations
Color information
#990257 (or 0x990257) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 57. RGB value is (153,2,87). Sum of RGB (Red+Green+Blue) = 153+2+87=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #990257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990257 is #66FDA8. Grayscale: #383838. Windows color (decimal): -6749609 or 5702297. OLE color: 5702297.
HSL color Cylindrical-coordinate representation of color #990257: hue angle of 326.23º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990257 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.4 |
| HSL | 326.23º | 0.97% | 0.3% | - |
| HSV(B) | 326.23º | 0.99% | 0.6% | - |
| XYZ | 14.88 | 7.5 | 9.68 | - |
| YUV | 56.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 87 | 0 | 0.99 | 0.43 | 0.4 | 326.23 | 0.97 | 0.3 |
| Hex | 99 | 2 | 57 | 0 | 63 | 2B | 28 | 146 | 61 | 1E |
| Octal | 231 | 2 | 127 | 0 | 143 | 53 | 50 | 506 | 141 | 36 |
| Binary | 10011001 | 10 | 1010111 | 0 | 1100011 | 101011 | 101000 | 101000110 | 1100001 | 11110 |
Color Harmonies of #990257
Complementary color
Monochromatic Colors of #990257
Black with #990257
Text Example
Text Example
White with #990257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990257; }
p { color: rgb(153,2,87); }
H1.HeaderClassName
{
color: #990257;
}
.AnyTagClassName
{
color: #990257;
}
</style>
background-color css
<style>
a { background-color: #990257; }
a { background-color: rgb(153,2,87); }
div.DivClassName
{
background-color: #990257;
}
.BgClassName
{
background-color: #990257;
}
</style>
border-color css
<style>
span { border-color: #990257; }
span { border-color: rgb(153,2,87); }
td.TdClassName
{
border-color: #990257;
}
.TagClassName
{
border-color: #990257;
}
</style>