Shades of Jazzberry Jam #901A62
Tints of Jazzberry Jam #901A62
RGB
CMYK
RGB Variations
Color information
#901A62 (or 0x901A62) is known color: Jazzberry Jam. HEX triplet: 90, 1A and 62. RGB value is (144,26,98). Sum of RGB (Red+Green+Blue) = 144+26+98=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #901A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A62 is #6FE59D. Grayscale: #454545. Windows color (decimal): -7333278 or 6429328. OLE color: 6429328.
HSL color Cylindrical-coordinate representation of color #901A62: hue angle of 323.39º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A62 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 98 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.44 |
| HSL | 323.39º | 0.69% | 0.33% | - |
| HSV(B) | 323.39º | 0.82% | 0.56% | - |
| XYZ | 14.08 | 7.55 | 12.27 | - |
| YUV | 69.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 98 | 0 | 0.82 | 0.32 | 0.44 | 323.39 | 0.69 | 0.33 |
| Hex | 90 | 1A | 62 | 0 | 52 | 20 | 2C | 143 | 45 | 21 |
| Octal | 220 | 32 | 142 | 0 | 122 | 40 | 54 | 503 | 105 | 41 |
| Binary | 10010000 | 11010 | 1100010 | 0 | 1010010 | 100000 | 101100 | 101000011 | 1000101 | 100001 |
Color Harmonies of #901A62
Complementary color
Monochromatic Colors of #901A62
Black with #901A62
Text Example
Text Example
White with #901A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A62; }
p { color: rgb(144,26,98); }
H1.HeaderClassName
{
color: #901A62;
}
.AnyTagClassName
{
color: #901A62;
}
</style>
background-color css
<style>
a { background-color: #901A62; }
a { background-color: rgb(144,26,98); }
div.DivClassName
{
background-color: #901A62;
}
.BgClassName
{
background-color: #901A62;
}
</style>
border-color css
<style>
span { border-color: #901A62; }
span { border-color: rgb(144,26,98); }
td.TdClassName
{
border-color: #901A62;
}
.TagClassName
{
border-color: #901A62;
}
</style>