Shades of Jazzberry Jam #900751
Tints of Jazzberry Jam #900751
RGB
CMYK
RGB Variations
Color information
#900751 (or 0x900751) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 51. RGB value is (144,7,81). Sum of RGB (Red+Green+Blue) = 144+7+81=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #900751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900751 is #6FF8AE. Grayscale: #383838. Windows color (decimal): -7338159 or 5310352. OLE color: 5310352.
HSL color Cylindrical-coordinate representation of color #900751: hue angle of 327.59º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900751 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 81 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.44 |
| HSL | 327.59º | 0.91% | 0.3% | - |
| HSV(B) | 327.59º | 0.95% | 0.56% | - |
| XYZ | 13.06 | 6.68 | 8.38 | - |
| YUV | 56.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 81 | 0 | 0.95 | 0.44 | 0.44 | 327.59 | 0.91 | 0.3 |
| Hex | 90 | 7 | 51 | 0 | 5F | 2C | 2C | 148 | 5B | 1E |
| Octal | 220 | 7 | 121 | 0 | 137 | 54 | 54 | 510 | 133 | 36 |
| Binary | 10010000 | 111 | 1010001 | 0 | 1011111 | 101100 | 101100 | 101001000 | 1011011 | 11110 |
Color Harmonies of #900751
Complementary color
Monochromatic Colors of #900751
Black with #900751
Text Example
Text Example
White with #900751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900751; }
p { color: rgb(144,7,81); }
H1.HeaderClassName
{
color: #900751;
}
.AnyTagClassName
{
color: #900751;
}
</style>
background-color css
<style>
a { background-color: #900751; }
a { background-color: rgb(144,7,81); }
div.DivClassName
{
background-color: #900751;
}
.BgClassName
{
background-color: #900751;
}
</style>
border-color css
<style>
span { border-color: #900751; }
span { border-color: rgb(144,7,81); }
td.TdClassName
{
border-color: #900751;
}
.TagClassName
{
border-color: #900751;
}
</style>