Shades of Jazzberry Jam #90024E
Tints of Jazzberry Jam #90024E
RGB
CMYK
RGB Variations
Color information
#90024E (or 0x90024E) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 4E. RGB value is (144,2,78). Sum of RGB (Red+Green+Blue) = 144+2+78=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90024E is #6FFDB1. Grayscale: #343434. Windows color (decimal): -7339442 or 5112464. OLE color: 5112464.
HSL color Cylindrical-coordinate representation of color #90024E: hue angle of 327.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90024E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.44 |
| HSL | 327.89º | 0.97% | 0.29% | - |
| HSV(B) | 327.89º | 0.99% | 0.56% | - |
| XYZ | 12.9 | 6.52 | 7.79 | - |
| YUV | 53.12 | 142.04 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 78 | 0 | 0.99 | 0.46 | 0.44 | 327.89 | 0.97 | 0.29 |
| Hex | 90 | 2 | 4E | 0 | 63 | 2E | 2C | 148 | 61 | 1D |
| Octal | 220 | 2 | 116 | 0 | 143 | 56 | 54 | 510 | 141 | 35 |
| Binary | 10010000 | 10 | 1001110 | 0 | 1100011 | 101110 | 101100 | 101001000 | 1100001 | 11101 |
Color Harmonies of #90024E
Complementary color
Monochromatic Colors of #90024E
Black with #90024E
Text Example
Text Example
White with #90024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90024E; }
p { color: rgb(144,2,78); }
H1.HeaderClassName
{
color: #90024E;
}
.AnyTagClassName
{
color: #90024E;
}
</style>
background-color css
<style>
a { background-color: #90024E; }
a { background-color: rgb(144,2,78); }
div.DivClassName
{
background-color: #90024E;
}
.BgClassName
{
background-color: #90024E;
}
</style>
border-color css
<style>
span { border-color: #90024E; }
span { border-color: rgb(144,2,78); }
td.TdClassName
{
border-color: #90024E;
}
.TagClassName
{
border-color: #90024E;
}
</style>