Shades of Jazzberry Jam #901C61
Tints of Jazzberry Jam #901C61
RGB
CMYK
RGB Variations
Color information
#901C61 (or 0x901C61) is known color: Jazzberry Jam. HEX triplet: 90, 1C and 61. RGB value is (144,28,97). Sum of RGB (Red+Green+Blue) = 144+28+97=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #901C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C61 is #6FE39E. Grayscale: #464646. Windows color (decimal): -7332767 or 6364304. OLE color: 6364304.
HSL color Cylindrical-coordinate representation of color #901C61: hue angle of 324.31º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C61 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 97 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.44 |
| HSL | 324.31º | 0.67% | 0.34% | - |
| HSV(B) | 324.31º | 0.81% | 0.56% | - |
| XYZ | 14.07 | 7.62 | 12.04 | - |
| YUV | 70.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 97 | 0 | 0.81 | 0.33 | 0.44 | 324.31 | 0.67 | 0.34 |
| Hex | 90 | 1C | 61 | 0 | 51 | 21 | 2C | 144 | 43 | 22 |
| Octal | 220 | 34 | 141 | 0 | 121 | 41 | 54 | 504 | 103 | 42 |
| Binary | 10010000 | 11100 | 1100001 | 0 | 1010001 | 100001 | 101100 | 101000100 | 1000011 | 100010 |
Color Harmonies of #901C61
Complementary color
Monochromatic Colors of #901C61
Black with #901C61
Text Example
Text Example
White with #901C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C61; }
p { color: rgb(144,28,97); }
H1.HeaderClassName
{
color: #901C61;
}
.AnyTagClassName
{
color: #901C61;
}
</style>
background-color css
<style>
a { background-color: #901C61; }
a { background-color: rgb(144,28,97); }
div.DivClassName
{
background-color: #901C61;
}
.BgClassName
{
background-color: #901C61;
}
</style>
border-color css
<style>
span { border-color: #901C61; }
span { border-color: rgb(144,28,97); }
td.TdClassName
{
border-color: #901C61;
}
.TagClassName
{
border-color: #901C61;
}
</style>