Shades of Jazzberry Jam #990644
Tints of Jazzberry Jam #990644
RGB
CMYK
RGB Variations
Color information
#990644 (or 0x990644) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 44. RGB value is (153,6,68). Sum of RGB (Red+Green+Blue) = 153+6+68=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #990644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990644 is #66F9BB. Grayscale: #383838. Windows color (decimal): -6748604 or 4458137. OLE color: 4458137.
HSL color Cylindrical-coordinate representation of color #990644: hue angle of 334.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990644 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 68 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.4 |
| HSL | 334.69º | 0.92% | 0.31% | - |
| HSV(B) | 334.69º | 0.96% | 0.6% | - |
| XYZ | 14.25 | 7.32 | 6.13 | - |
| YUV | 57.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 68 | 0 | 0.96 | 0.56 | 0.4 | 334.69 | 0.92 | 0.31 |
| Hex | 99 | 6 | 44 | 0 | 60 | 38 | 28 | 14F | 5C | 1F |
| Octal | 231 | 6 | 104 | 0 | 140 | 70 | 50 | 517 | 134 | 37 |
| Binary | 10011001 | 110 | 1000100 | 0 | 1100000 | 111000 | 101000 | 101001111 | 1011100 | 11111 |
Color Harmonies of #990644
Complementary color
Monochromatic Colors of #990644
Black with #990644
Text Example
Text Example
White with #990644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990644; }
p { color: rgb(153,6,68); }
H1.HeaderClassName
{
color: #990644;
}
.AnyTagClassName
{
color: #990644;
}
</style>
background-color css
<style>
a { background-color: #990644; }
a { background-color: rgb(153,6,68); }
div.DivClassName
{
background-color: #990644;
}
.BgClassName
{
background-color: #990644;
}
</style>
border-color css
<style>
span { border-color: #990644; }
span { border-color: rgb(153,6,68); }
td.TdClassName
{
border-color: #990644;
}
.TagClassName
{
border-color: #990644;
}
</style>