Shades of Jazzberry Jam #90054D
Tints of Jazzberry Jam #90054D
RGB
CMYK
RGB Variations
Color information
#90054D (or 0x90054D) is known color: Jazzberry Jam. HEX triplet: 90, 05 and 4D. RGB value is (144,5,77). Sum of RGB (Red+Green+Blue) = 144+5+77=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90054D is #6FFAB2. Grayscale: #363636. Windows color (decimal): -7338675 or 5047696. OLE color: 5047696.
HSL color Cylindrical-coordinate representation of color #90054D: hue angle of 328.92º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90054D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.44 |
| HSL | 328.92º | 0.93% | 0.29% | - |
| HSV(B) | 328.92º | 0.97% | 0.56% | - |
| XYZ | 12.9 | 6.57 | 7.61 | - |
| YUV | 54.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 77 | 0 | 0.97 | 0.47 | 0.44 | 328.92 | 0.93 | 0.29 |
| Hex | 90 | 5 | 4D | 0 | 61 | 2F | 2C | 149 | 5D | 1D |
| Octal | 220 | 5 | 115 | 0 | 141 | 57 | 54 | 511 | 135 | 35 |
| Binary | 10010000 | 101 | 1001101 | 0 | 1100001 | 101111 | 101100 | 101001001 | 1011101 | 11101 |
Color Harmonies of #90054D
Complementary color
Monochromatic Colors of #90054D
Black with #90054D
Text Example
Text Example
White with #90054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90054D; }
p { color: rgb(144,5,77); }
H1.HeaderClassName
{
color: #90054D;
}
.AnyTagClassName
{
color: #90054D;
}
</style>
background-color css
<style>
a { background-color: #90054D; }
a { background-color: rgb(144,5,77); }
div.DivClassName
{
background-color: #90054D;
}
.BgClassName
{
background-color: #90054D;
}
</style>
border-color css
<style>
span { border-color: #90054D; }
span { border-color: rgb(144,5,77); }
td.TdClassName
{
border-color: #90054D;
}
.TagClassName
{
border-color: #90054D;
}
</style>