Shades of Jazzberry Jam #990754
Tints of Jazzberry Jam #990754
RGB
CMYK
RGB Variations
Color information
#990754 (or 0x990754) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 54. RGB value is (153,7,84). Sum of RGB (Red+Green+Blue) = 153+7+84=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #990754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990754 is #66F8AB. Grayscale: #3B3B3B. Windows color (decimal): -6748332 or 5506969. OLE color: 5506969.
HSL color Cylindrical-coordinate representation of color #990754: hue angle of 328.36º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990754 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 84 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.4 |
| HSL | 328.36º | 0.91% | 0.31% | - |
| HSV(B) | 328.36º | 0.95% | 0.6% | - |
| XYZ | 14.81 | 7.56 | 9.07 | - |
| YUV | 59.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 84 | 0 | 0.95 | 0.45 | 0.4 | 328.36 | 0.91 | 0.31 |
| Hex | 99 | 7 | 54 | 0 | 5F | 2D | 28 | 148 | 5B | 1F |
| Octal | 231 | 7 | 124 | 0 | 137 | 55 | 50 | 510 | 133 | 37 |
| Binary | 10011001 | 111 | 1010100 | 0 | 1011111 | 101101 | 101000 | 101001000 | 1011011 | 11111 |
Color Harmonies of #990754
Complementary color
Monochromatic Colors of #990754
Black with #990754
Text Example
Text Example
White with #990754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990754; }
p { color: rgb(153,7,84); }
H1.HeaderClassName
{
color: #990754;
}
.AnyTagClassName
{
color: #990754;
}
</style>
background-color css
<style>
a { background-color: #990754; }
a { background-color: rgb(153,7,84); }
div.DivClassName
{
background-color: #990754;
}
.BgClassName
{
background-color: #990754;
}
</style>
border-color css
<style>
span { border-color: #990754; }
span { border-color: rgb(153,7,84); }
td.TdClassName
{
border-color: #990754;
}
.TagClassName
{
border-color: #990754;
}
</style>