Shades of Jazzberry Jam #990255
Tints of Jazzberry Jam #990255
RGB
CMYK
RGB Variations
Color information
#990255 (or 0x990255) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 55. RGB value is (153,2,85). Sum of RGB (Red+Green+Blue) = 153+2+85=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990255 is #66FDAA. Grayscale: #383838. Windows color (decimal): -6749611 or 5571225. OLE color: 5571225.
HSL color Cylindrical-coordinate representation of color #990255: hue angle of 327.02º 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 #990255 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.4 |
| HSL | 327.02º | 0.97% | 0.3% | - |
| HSV(B) | 327.02º | 0.99% | 0.6% | - |
| XYZ | 14.8 | 7.47 | 9.26 | - |
| YUV | 56.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 85 | 0 | 0.99 | 0.44 | 0.4 | 327.02 | 0.97 | 0.3 |
| Hex | 99 | 2 | 55 | 0 | 63 | 2C | 28 | 147 | 61 | 1E |
| Octal | 231 | 2 | 125 | 0 | 143 | 54 | 50 | 507 | 141 | 36 |
| Binary | 10011001 | 10 | 1010101 | 0 | 1100011 | 101100 | 101000 | 101000111 | 1100001 | 11110 |
Color Harmonies of #990255
Complementary color
Monochromatic Colors of #990255
Black with #990255
Text Example
Text Example
White with #990255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990255; }
p { color: rgb(153,2,85); }
H1.HeaderClassName
{
color: #990255;
}
.AnyTagClassName
{
color: #990255;
}
</style>
background-color css
<style>
a { background-color: #990255; }
a { background-color: rgb(153,2,85); }
div.DivClassName
{
background-color: #990255;
}
.BgClassName
{
background-color: #990255;
}
</style>
border-color css
<style>
span { border-color: #990255; }
span { border-color: rgb(153,2,85); }
td.TdClassName
{
border-color: #990255;
}
.TagClassName
{
border-color: #990255;
}
</style>